Author: Anoop Madhusudanan | Posted on: 7/19/2010 10:34:36 PM | Views : 849

This post is about creating a custom View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there. We'll explore how view engines are invoked, how to support partial rendering, and how to Support multiple View Types (our view engine will support both aspx/ascx files and tt files) ...

Go to the complete details ...