Skip to content

jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Entity-Framework-Code-Generation-Tools-Experiments

Entity Framework Code Generation Tools Experiments : From EF.Utility.CS.ttinclude but all in a collection of .Net Classes.

EF.Utility.CS.ttinclude:

Have you ever tried to read and understand the 2500 lines of code in EF.Utility.CS.ttinclude? I've made the Classes into *.cs files with a namespace, and created a simple Console Application to run some simple tests. Now it's very easy to use the debugger to see what the library offers.

EF 5.x DbContext Fluent Generator for C#:

I've also taken this VSIX and looked at the *.tt templates in the included ItemTemplate. The CSharpDbContextFluent.Mapping.tt template is the most complex and similarly I've taken the supporting Classes and made them into *.cs files, with very little modification.

Have fun! JsrSoft June 2013

About

Entity Framework Code Generation Tools Experiments : From EF.Utility.CS.ttinclude but all in a collection of .Net Classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published