jd-toon
-
- 13,121 total downloads
- last updated 3/4/2026
- Latest version: 1.3.0
HTMX helper library for ASP.NET Core MVC applications. Provides SwapController base class, middleware, event helpers, and extension methods for seamless HTMX integration. (Realtime features moved to... More information -
- 3,926 total downloads
- last updated 10/28/2025
- Latest version: 1.11.0
LINQ query builder and object mapping extensions for CloudflareD1.NET. Provides CompiledQuery for 95% faster repeated query execution with automatic expression tree caching, IQueryable<T> with deferred... More information -
Swap.
by: jd-toonTesting - 2,704 total downloads
- last updated 3/4/2026
- Latest version: 1.3.0
Testing helpers for HTMX-powered ASP.NET Core applications. Fluent API for testing partial views, HTMX attributes, HX headers, and HTML responses. -
- 2,379 total downloads
- last updated 10/28/2025
- Latest version: 1.12.0
A complete .NET adapter for Cloudflare D1 database. Provides seamless integration with Cloudflare's serverless SQLite database, supporting both local SQLite development and remote D1 production deployments.... More information -
-
- 2,052 total downloads
- last updated 3/4/2026
- Latest version: 1.3.0
Project templates for Swap.Htmx - The Reactive UI Orchestration library for ASP.NET Core. Includes MVC starter and modular monolith templates with pre-configured HTMX, DaisyUI 5, Tailwind CSS v4, LibMan, EF... More information -
-
-
- 1,950 total downloads
- last updated 1/13/2026
- Latest version: 1.1.1
Package Description -
-
- 818 total downloads
- last updated 10/28/2025
- Latest version: 1.1.0
Code-First ORM for CloudflareD1.NET. Define your database schema using C# classes and attributes, with automatic migration generation. Includes DbContext pattern, entity relationships, and model-driven... More information -
- 728 total downloads
- last updated 10/28/2025
- Latest version: 1.1.0
Database migration support for CloudflareD1.NET. Provides schema versioning, migration tracking, and fluent API for defining database changes. Works with both local SQLite and remote Cloudflare D1 databases. -
- 607 total downloads
- last updated 10/28/2025
- Latest version: 1.1.0
Command-line tool for managing Cloudflare D1 database migrations. Provides commands for creating, applying, and rolling back migrations for CloudflareD1.NET applications. -
- 526 total downloads
- last updated 3/4/2026
- Latest version: 1.3.0
Realtime primitives for Swap.Htmx: Server-Sent Events (SSE), WebSockets, connection registry, event bridge, and middleware. (Redis backplane lives in Swap.Htmx.Realtime.Redis.) -
- 467 total downloads
- last updated 3/4/2026
- Latest version: 1.3.0
Redis backplane for Swap.Htmx.Realtime (SSE fan-out across multiple app instances) using StackExchange.Redis. -
- 379 total downloads
- last updated 1/19/2026
- Latest version: 0.4.0
LoMapper - Lightweight Object Mapper using compile-time source generation. Zero runtime reflection. -
- 369 total downloads
- last updated 1/19/2026
- Latest version: 0.4.0
Attributes and interfaces for LoMapper - the compile-time object mapper -
- 97 total downloads
- last updated 1/19/2026
- Latest version: 1.0.0
High-performance zero-allocation CSV parser for .NET. Uses Span<T>, Memory<T>, and SIMD for maximum throughput with minimal GC pressure. Includes IDataReader for SqlBulkCopy integration.