Go to file
2018-11-23 01:23:07 -06:00
PoweredSoft.Data.Core Add project files. 2018-11-23 01:22:05 -06:00
PoweredSoft.Data.EntityFrameworkCore Add project files. 2018-11-23 01:22:05 -06:00
.gitattributes Add .gitignore and .gitattributes. 2018-11-23 01:22:02 -06:00
.gitignore Add .gitignore and .gitattributes. 2018-11-23 01:22:02 -06:00
Data.sln Add project files. 2018-11-23 01:22:05 -06:00
LICENSE.md Add project files. 2018-11-23 01:22:05 -06:00
README.md fixed typo. 2018-11-23 01:23:07 -06:00

IDbContextFactory

The goal of this project is to help, fill the gap of supporting multiple ORM's in DynamicQuery, and possibly more projects in the future.

One of the most obvious reasy is to be able to execute async/await operations on the context without, the executing library to be dependant on the ORM Framework such as (EF Core, EF6).

Getting Started

Install nuget package to your awesome project.

Full Version NuGet NuGet Install
PoweredSoft.Data.Core NuGet PM> Install-Package PoweredSoft.Data.Core
PoweredSoft.Data.EntityFrameworkCore NuGet PM> Install-Package PoweredSoft.Data.EntityFrameworkCore