T-4 Templates for ASP.NET Web Form Databound Control Friendly Logical Layers
Posted
by joycsharp
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by joycsharp
Published on Wed, 12 Jan 2011 20:20:20 GMT
Indexed on
2011/01/12
21:54 UTC
Read the original article
Hit count: 591
architecture
|best pratices
|c#
|coding
|Community
|database
|entity framework 4.0
|Developer
|Implementation
|Microsoft
|product
|share
|Software Development
|test
|testing
|tools
|Visual Studio
|Visual Studio 2010
I just released an open source project at codeplex, which includes a set of T-4 templates to enable you to build logical layers (i.e. DAL/BLL) with just few clicks! The logical layers implemented here are based on Entity Framework 4.0, ASP.NET Web Form Data Bound control friendly and fully unit testable.
In this open source project you will get Entity Framework 4.0 based T-4 templates for following types of logical layers:
- Data Access Layer: Entity Framework 4.0 provides excellent ORM data access layer. It also includes support for T-4 templates, as built-in code generation strategy in Visual Studio 2010, where we can customize default structure of data access layer based on Entity Framework. default structure of data access layer has been enhanced to get support for mock testing in Entity Framework 4.0 object model.
- Business Logic Layer: ASP.NET web form based data bound control friendly business logic layer, which will enable you few clicks to build data bound web applications on top of ASP.NET Web Form and Entity Framework 4.0 quickly with great support of mock testing.
Download it to make your web development productive. Enjoy!
© ASP.net Weblogs or respective owner