This Generator is a T4 template that can be used to generate a strongly-typed DbContext class and persistence ignorant entity classes with support for WCF in a C# project. Once installed, you can right-click on the EDM Designer surface and select "Add Code Generation Item..." from the menu. This does require a refernces to both EntityFramework and EntityFramework.SqlServer (EF 6.x) This Template generates code identical to the standard ADO.NET DbContext Template with the addition of attributes needed by WCF: Per Class: Per Property: |