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 Template generates code identical to the standard ADO.NET DbContext Template with the addition of attributes needed by WCF: Per Class: Per Property: Special thanks to Nick Colman for jump starting this template! |