Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 4.0.4 |
Author(s): | Sam Wheat, LeaderAnalytics |
Last Update: | Wednesday, December 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/leaderanalytics/AdaptiveClient.EntityFramework |
NuGet Url: | https://www.nuget.org/packages/AdaptiveClient.EntityFrameworkCore |
Install
Install-Package AdaptiveClient.EntityFrameworkCore
dotnet add package AdaptiveClient.EntityFrameworkCore
paket add AdaptiveClient.EntityFrameworkCore
AdaptiveClient.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- AdaptiveClient(>= 1.0.0)
- Autofac(>= 4.9.4)
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- Microsoft.EntityFrameworkCore.Relational(>= 2.2.6)
- Newtonsoft.Json(>= 12.0.2)
Tags
Build loosely coupled services, readily accessible via a lightweight façade. Easily build your service layer to use multiple providers (MSSQL, MySQL, SQLite) with no additional infrastructure.
Use connection string objects to as keys to resolve specific implementations of DbContext for migrations and testing.