AmirHosseinMp02
-
- 1,097 total downloads
- last updated 8/3/2026
- Latest version: 2.1.0
Abstract, provider-agnostic foundation of the QueryForge ecosystem. It provides the core models, fluent builders, and bulletproof validation engines required to construct dynamic, paginated, and hierarchically... More information -
- 959 total downloads
- last updated 8/3/2026
- Latest version: 2.1.0
High-performance execution provider for the PepperX.QueryForge core library. It compiles abstract query models into parameterized SQL and executes them with Dapper against SQL Server, PostgreSQL, MySQL/MariaDB... More information -
- 204 total downloads
- last updated 8/3/2026
- Latest version: 2.1.0
In-memory execution provider for PepperX.QueryForge. Runs the same dynamic filtering, sorting, paging and hierarchical grouping against any IEnumerable or IQueryable — no database, no dependencies. Ideal for... More information -
- 197 total downloads
- last updated 8/3/2026
- Latest version: 2.1.0
Entity Framework Core execution provider for PepperX.QueryForge. Translates abstract query models into expression trees so EF Core generates the SQL, which means dynamic filtering, sorting, paging and... More information -
- 81 total downloads
- last updated 8/14/2026
- Latest version: 1.0.0
Stop "database is locked" (SQLITE_BUSY) when SaveChangesAsync runs concurrently on SQLite. Every scoped DbContext gets its own connection, so under load they arrive together and SQLite lets exactly one of them... More information -
- 72 total downloads
- last updated 8/14/2026
- Latest version: 1.0.0
Stop "database is locked" (SQLITE_BUSY) in multi-threaded .NET apps. SQLite allows many readers but only one writer, and ADO.NET opens connections that know nothing about each other — so two concurrent requests... More information -
- 81 total downloads
- last updated 8/14/2026
- Latest version: 1.0.0
Stop "database is locked" (SQLITE_BUSY) when using Dapper with SQLite. Dapper is a mapper, not a scheduler: it hands your command to a connection that has no idea another one is mid-write against the same file.... More information