jd-toon
-
- 14,065 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 -
- 4,353 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 - 3,021 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,730 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 -
-
- 2,618 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,067 total downloads
- last updated 1/13/2026
- Latest version: 1.1.1
Package Description -
-
- 932 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 -
- 826 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. -
- 691 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. -
- 673 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.) -
- 606 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. -
- 476 total downloads
- last updated 1/19/2026
- Latest version: 0.4.0
LoMapper - Lightweight Object Mapper using compile-time source generation. Zero runtime reflection. -
- 468 total downloads
- last updated 1/19/2026
- Latest version: 0.4.0
Attributes and interfaces for LoMapper - the compile-time object mapper -
- 128 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.