You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class library implements the Generic Repository Pattern for SQL Server databases. It supports both asynchronous and synchronous operations and is designed to offer a clean and efficient data access layer.
SpecificatR contains generic repositories (Read / ReadWrite) and interfaces for building a database infrastructure using EntityFramework Core and following Specification Pattern
The Generic Repository pattern is used to simplify data access operations in .NET Core applications. This package offers support for CRUD operations, custom queries, and Unit of Work for transaction management. It helps keep your code clean, understandable, and maintainable.