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.1.3-alpha |
Author(s): | Josh Kodroff |
Last Update: | Tuesday, January 27, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/jkodroff/ef-testable |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkTestable |
Install
Install-Package EntityFrameworkTestable
dotnet add package EntityFrameworkTestable
paket add EntityFrameworkTestable
EntityFrameworkTestable Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.1.2)
Tags
Add this package to your assemblies which use EntityFramework.
Add package EntityFrameworkTestable.Testing to your test assemblies.