Implementation of generic CRUD operations for Entity Framework Core in Cqrs approach.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.4-rc |
Author(s): | Anton Biletskyi |
Last Update: | Wednesday, September 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ASbeletsky/CqrsEase |
NuGet Url: | https://www.nuget.org/packages/CqrsEase.EntityFramework |
Install
Install-Package CqrsEase.EntityFramework
dotnet add package CqrsEase.EntityFramework
paket add CqrsEase.EntityFramework
CqrsEase.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- CqrsEase.Common.Commands(>= 1.0.0)
- CqrsEase.Common.Queries(>= 1.0.1)
- CqrsEase.Common(>= 1.0.1)
- CqrsEase.Core(>= 1.0.0)
- AutoMapper(>= 6.2.2)
- Autofac.Extensions.DependencyInjection(>= 4.4.0)
- Microsoft.EntityFrameworkCore(>= 1.1.6)
- Microsoft.Extensions.DependencyInjection(>= 1.1.1)
- NETStandard.Library(>= 1.6.1)
- NSpecification(>= 1.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
Tags