Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : msc.efcore.queryrepository

This library is a Generic Query Repository implementation for EF Core ORM which will remove developers' pain to write query repository layer for each .NET Core and .NET project. This library includes the following notable features: 1. This library can be run on any .NET Core or .NET application which has .NET Core 3.1, .NET Standard 2.1 and .NET 5.0+ support. 2. It has all the required methods to query your data in whatever way you want without getting IQueryable<T> from the repository. 3. It also has Specification<T> pattern support so that you can build your query dynamically i.e. differed query building. 4. It also has database-level projection support for your query. 5. It also has support to run raw SQL command against your relational database. 6. It also has support to choose whether you would like to track your query entity/entities or not. 7. Most importantly, it has full Unit Testing support. It facilitates the writing unit test with mocking. 8. It also has pagination support. 9. Free raw SQL query support both for complex type and primitive types.

Registry - Homepage - JSON
purl: pkg:nuget/msc.efcore.queryrepository
Keywords: EFCore, RepositoryLayer, GenericRepository, QueryRepository, .NET, .NETCore, ASP.NETCore, csharp, database, dotnet-core, entity-framework-core, genericrepository, repository
License: MIT
Latest release: 7 months ago
First release: 7 months ago
Dependent packages: 1
Downloads: 3,964 total
Stars: 534 on GitHub
Forks: 80 on GitHub
Total Commits: 91
Committers: 6
Average commits per author: 15.167
Development Distribution Score (DDS): 0.451
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://patreon.com/TanvirArjel
Last synced: 15 days ago

    Loading...
    Readme
    Loading...