Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.22 KB

eQuantic Core Library

Packages

Core

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

Data 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

Data Core Entity Framework implementation

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