ADO.NET C# DbContext Fluent Generator is a T4 template that can be used to generate entities, DbContext and mapping classes (Fluent API) in a C# project. The Code First Fluent API to take care of the places where the Code First conventions need to be overridden to get correct mappings. Once installed, you can right-click on the EDM Designer surface and select "Add Code Generation Item..." from the menu. Use this template when working with an EF 5.x release.
Revision Notes
|