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: 542

Capture

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.

Capture2

Download it to make your web development productive. Enjoy!

© ASP.net Weblogs or respective owner

T-4 Templates for ASP.NET Web Form Databound Control Friendly Logical Layers

Posted by Mohammad Ashraful Alam on Geeks with Blogs See other posts from Geeks with Blogs or by Mohammad Ashraful Alam
Published on Wed, 12 Jan 2011 20:20:20 GMT Indexed on 2011/01/12 20:54 UTC
Read the original article Hit count: 542

Filed under:

Capture

I just released an open source project at codeplex, which includes a set of T-4 templates that will enable you to build ASP.NET Web Form Data Bound controls friendly testable logical layer based on Entity Framework 4.0 with just few clicks!
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.

Capture2

Download it to make your web development productive. Enjoy!

© Geeks with Blogs or respective owner

Related posts about architecture

Related posts about best pratices