Simple Architecture - DAL layer implementation using Entity Framework Core.
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.5.0 |
Author(s): | Holte Software |
Last Update: | Wednesday, May 24, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Holte.SimArch.DAL.EntityFrameworkCore |
Install
Install-Package Holte.SimArch.DAL.EntityFrameworkCore
dotnet add package Holte.SimArch.DAL.EntityFrameworkCore
paket add Holte.SimArch.DAL.EntityFrameworkCore
Holte.SimArch.DAL.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Holte.SimArch.DAL(>= 0.5.0)
- Microsoft.EntityFrameworkCore(>= 1.1.0)
- Microsoft.EntityFrameworkCore.Relational(>= 1.1.0)
- Microsoft.Extensions.Caching.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Caching.Memory(>= 1.1.0)
- Microsoft.Extensions.DependencyInjection(>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Logging(>= 1.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Options(>= 1.1.0)
- Microsoft.Extensions.Primitives(>= 1.1.0)
- Microsoft.NETCore.Platforms(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- Ninject(>= 3.2.2)
- Ninject.Extensions.NamedScope(>= 3.2.0)
- System.Collections(>= 4.3.0)
- System.Collections.Concurrent(>= 4.3.0)
- System.Collections.Immutable(>= 1.3.1)
- System.ComponentModel(>= 4.3.0)
- System.Diagnostics.Debug(>= 4.3.0)
- System.Diagnostics.DiagnosticSource(>= 4.3.0)
- System.Diagnostics.Tools(>= 4.3.0)
- System.Diagnostics.Tracing(>= 4.3.0)
- System.Globalization(>= 4.3.0)
- System.Interactive.Async(>= 3.1.1)
- System.IO(>= 4.3.0)
- System.IO.Compression(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.Linq.Queryable(>= 4.3.0)
- System.Net.Http(>= 4.3.0)
- System.Net.Primitives(>= 4.3.0)
- System.ObjectModel(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Reflection.Primitives(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.3.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Runtime.InteropServices(>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Runtime.Numerics(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
- System.Text.Encoding.Extensions(>= 4.3.0)
- System.Text.RegularExpressions(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Threading.Timer(>= 4.3.0)
- System.Xml.ReaderWriter(>= 4.3.0)
- System.Xml.XDocument(>= 4.3.0)
Tags