Data Query Interface it's EntityFrameworkCore provider that use infraestructure provided by DataQI.Commons and it turns your Data Repositories a live interface.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 4.0.0-preview |
Author(s): | Henrique Gouveia |
Last Update: | Sunday, November 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/henrique-gouveia/DataQI.EntityFrameworkCore |
NuGet Url: | https://www.nuget.org/packages/DataQI.EntityFrameworkCore |
Install
Install-Package DataQI.EntityFrameworkCore
dotnet add package DataQI.EntityFrameworkCore
paket add DataQI.EntityFrameworkCore
DataQI.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.DynamicLinq(>= 1.1.2)
- DataQI.Commons(>= 1.1.0)
Tags