Author: you've been HAACKED | Posted on: 12/29/2008 2:39:55 PM | Views : 792

Dmitry , who?s the PUM for ASP.NET, recently wrote a blog post about an interesting approach he took using VB.NET XML Literals as a view engine for ASP.NET MVC. Now before you VB haters dismiss this blog post and leave, bear with me for just a second. Dmitry and I had a conversation one day and he noted that there are a lot of similarities between our view engine hierarchy and and normal class hierarchies. For example, a master page is not unlike a base class. Content placeholders within a master page are similar to abstract methods. Content placeholders with default content are like virtual methods. And so on? So he thought it would be interesting to have a class be a view rather than a template file, and put together this VB demo. One thing...(read more) ...

Go to the complete details ...