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.1 |
Author(s): | Kris McGinnes, Christian Brubaker |
Last Update: | Wednesday, April 24, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kmcginnes/EFSpecs |
NuGet Url: | https://www.nuget.org/packages/EFSpecs |
Install
Install-Package EFSpecs
dotnet add package EFSpecs
paket add EFSpecs
EFSpecs Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(4.1.0)
- ServiceStack.Text(3.5.0)
Tags
It will create an entity with the values you provide it with, then send that entity off to the database, then pull it from the database to verify the values were saved correctly. And being the good citizen that it is, the whole thing is wrapped in a transaction so it all gets rolled back.