The eQuantic Core composed of several solutions of implementations based on design patterns.
- Specification Pattern
- Strategy Pattern
- Dependency Injection Pattern
To install eQuantic.Core, run the following command in the Package Manager Console
Install-Package eQuantic.Core
The eQuantic Data Core provides all the implementation needed to use the Repository Pattern
To install eQuantic.Core.Data, run the following command in the Package Manager Console
Install-Package eQuantic.Core.Data
The following are examples of implementing the repository pattern: Repository Pattern Implemetation
This package provides repository implementation with Entity Framework Core
To install eQuantic.Core.Data.EntityFramework, run the following command in the Package Manager Console
Install-Package eQuantic.Core.Data.EntityFramework