Info
Version: | 1.0.3 |
Author(s): | emon.arafat |
Last Update: | Monday, November 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EFDataExtensions |
Install
Install-Package EFDataExtensions
dotnet add package EFDataExtensions
paket add EFDataExtensions
EFDataExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- Microsoft.EntityFrameworkCore.Relational(>= 2.2.6)
- System.Data.SqlClient(>= 4.6.1)
Tags
Repository Pattern – Generic Async Repositories ,PagedList Extenstions
SQL script file and executes each command to the database pointed at by the DbContext
Each command should have an GO at the start of the line after the command.