Found 734 packages
Generic Repository Insrastructure For .NET Applications
A generic repository implementation using the MongoDB C# 2.x driver.
A generic implementation for the repository pattern in C#.
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.
SharpRepository is a generic repository library
Generic Repository DbContext Implementation
Generic repository for .net
Package Description
Package Description
Class of C # that allows the use of basic methods for Entity Framework 5.0.0.0 (Select,Insert, Update, Delete), using generic collections, compatibility with .Net Framework 4.5
System.Data.Entity Repository Extension
GenericRepository is a data access library using repository pattern.
DotNetCore.Repositories
Generic Repository implementation for Entity Framework.
Is a repository pattern implementation for mongodb. It contains abstract classes for CRUD operations.
A generic repositry implementation using entityframework core, that can be used and extended easily for all purposes.
Generic entity framework sql server repository which manages your entities. It allows you sign your entities as a ISoftDeletable , ISoftUpdatable and manages them automatically
EntityFramework GenericRepository Mvc extensions
GenericRepository is a data access library using repository pattern.
DevHouse.Libraries.GenericRepository