A set of boilerplate code libraries that facilitate implementation of S.O.L.I.D principles in .Net solutions.
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.0.10 |
Author(s): | Afzal Hassen |
Last Update: | Monday, January 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SOLIDplate.Domain.Services.EntityFramework |
Install
Install-Package SOLIDplate.Domain.Services.EntityFramework
dotnet add package SOLIDplate.Domain.Services.EntityFramework
paket add SOLIDplate.Domain.Services.EntityFramework
SOLIDplate.Domain.Services.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- Newtonsoft.Json(>= 8.0.3)
- SOLIDplate.Common.Portable(>= 1.0.0.10)
- SOLIDplate.Common(>= 1.0.0.10)
- SOLIDplate.Domain.Command.Services.Interfaces(>= 1.0.0.10)
- SOLIDplate.Domain.Query.Services.Interfaces(>= 1.0.0.10)
- SOLIDplate.Domain.Services.Interfaces(>= 1.0.0.10)
- SOLIDplate.Domain.Services(>= 1.0.0.10)
- SOLIDplate.Infrastructure.Data.EntityFramework.Interfaces(>= 1.0.0.10)
- SOLIDplate.Infrastructure.Data.Interfaces(>= 1.0.0.10)
- SOLIDplate.Domain.Entities.Interfaces(>= 1.0.0.10)
- SOLIDplate.Domain.Entities(>= 1.0.0.10)
- SOLIDplate.Infrastructure.Repository.EntityFramework.Interfaces(>= 1.0.0.10)
- SOLIDplate.Infrastructure.Repository.Interfaces(>= 1.0.0.10)
Tags