Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

mario

T4 lookup generation

09/05/2011 By mario 0
Rated 5.00, 1 vote(s). 
Bookmark and Share
Using a strongly-typed approach in working with database lookups, where all lookup values are kept in the container classes, makes it super easy to work with and maintain my code. Learn how to automate the task of creating lookup classes using the Visual Studio T4 template generation tools.
mario

T4 templates in Entity Framework 4

08/04/2011 By mario 0
Rated 3.00, 2 vote(s). 
Bookmark and Share
T4 templates have been available since Visual Studio 2005, but in VS 2010 templates are much easier to create and use. Thiss introduction to T4 template syntax and tools will teach you how to implement the Repository and UnitOfWork patterns for EF4 DbContext.