An abstract library used as the foundation to create Repositories
$ dotnet add package CodeCorrectCollective.Blocks.Repository.AbstractionsA foundational project for creating entities, repositories and unit of works. Each of the 3 related assemblies work together to create the foundation for creating a DDD based application.
Provides foundational domain objects and helpers.
Provides the abstract interfaces to create standardized repositories and units of work.
Provides base classes for the MSSQL Server provider.