Skip to content

eQuantic/core-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages