6
Shouts

Entity Framework T4 Enhancements Part 1, Generate an IDatabase

published 1122 days, 29 minutes ago posted by matthidingermatthidinger 1124 days, 10 hours, 23 minutes ago
Monday, April 26, 2010 7:40:49 AM GMT Friday, April 23, 2010 9:46:19 PM GMT

This post is part of a series on customizing the Entity Framework T4 templates

I have been using EF4 for a little while now, and have been taking advantage of the code-generation extensibility afforded to us by T4 templates. This series of posts will describe the enhancements I have made to the default T4 template, and how you can take advantage of this functionality yourself.

Generate an IDatabase interface to represent your Data Context

category: Web Dev | clicked: 1 | | source: matthidinger.com | show counter code
tags: EF, T4, EF4, entityframework