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.2.5 |
Author(s): | LoopGen.com |
Last Update: | Sunday, April 10, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://loopgen.com/Code |
NuGet Url: | https://www.nuget.org/packages/LoopGen |
Install
Install-Package LoopGen
dotnet add package LoopGen
paket add LoopGen
LoopGen Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
- Newtonsoft.Json(>= 6.0.4)
- Microsoft.AspNet.Razor(>= 3.0.0)
- RazorEngine(>= 3.7.6)
- Microsoft.AspNet.WebApi.Core(>= 5.2.3)
Tags
Cloud Based Code Generator - Continuously generate .NET C# EntityFramework DbContext and POCO Objects from Your MSSQL Database.
It’s super easy to use!!
How It Works:
- Create a unit test
- Add a few lines of configuration code, (i.e. path, namespace, other custom settings)
- Execute the unit test, that’s it!
- As your database changes, you simply run the unit test again.
- Go to: http://loopgen.com/Code for more detailed instructions and Video Tutorial.