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.genericrepository

This library is a Generic Repository implementation for EF Core ORM which will remove developers' pain to write 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’s providing the Generic Repository with database transaction support. 3. It has all the required methods to query your data in whatever way you want without getting IQueryable<T> from the repository. 4. It also has Specification<T> pattern support so that you can build your query dynamically i.e. differed query building. 5. It also has database-level projection support for your query. 6. It also has support to run raw SQL command against your relational database. 7. It also has support to choose whether you would like to track your query entity/entities or not. 8. It also has support to reset your EF Core DbContext state whenever you really needed. 9. Most importantly, it has full Unit Testing support. Most importantly, it facilitates the writing unit test with mocking. 10. It also has pagination support. 11. Free raw SQL query support both for complex type and primitive types.

Registry - Homepage - JSON
purl: pkg:nuget/msc.efcore.genericrepository
Keywords: EFCore, RepositoryLayer, GenericRepository, UnitOfWork, .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
Downloads: 3,970 total
Stars: 542 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: 14 days ago

    Loading...
    Readme
    Loading...