Data Access Layer for SQL Server over EntityFrameworkCore for MicroNetCore.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.1.1-alpha |
Author(s): | David Orbelian |
Last Update: | Tuesday, October 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidorbelian/MicroNetCore.Data |
NuGet Url: | https://www.nuget.org/packages/MicroNetCore.Data.EfCore.SqlServer |
Install
Install-Package MicroNetCore.Data.EfCore.SqlServer
dotnet add package MicroNetCore.Data.EfCore.SqlServer
paket add MicroNetCore.Data.EfCore.SqlServer
MicroNetCore.Data.EfCore.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- MicroNetCore.Data.EfCore(>= 0.1.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.0.0)
Tags