Loef is an open source C# library I’ve written for quickly getting an Entity Framework v4 Data Access Layer (DAL) up and running. It boils down to 3 .tt (T4) templates, and 6 utility classes (though you really only end up using 2 of them directly from your code. The other 4 are used by the code generated from the .tt templates). To read about the specific features and get a general overview, check out Loef at CodePlex, or at http://restcake.net/Loef.
Loef
Loef is an open source C# library I’ve written for quickly getting an Entity Framework v4 Data Access Layer (DAL) up and running. It boils down to 3 .tt (T4) templates, and 6 utility classes (though you really only end up using 2 of them directly from your code. The other 4 are used by the code generated from the .tt templates). To read about the specific features and get a general overview, check out Loef at CodePlex, or at http://restcake.net/Loef.