Posted By: Glucose | Oct 21st, 2009 @ 12:09 AM | 3,773 Views | 2 Comments
It's time for a pile of "Hanselminutes on 9" Episodes, Dear Reader! Recently, I spent a day wandering around building 42 trying to dig up the scoop on Visual Studio 2010 and ASP.NET 4.
In this episode, Brad Wilson shows the new Templated Helpers in ASP.NET 2, Areas, and David Ebbo drops in. Scott also does a very bad impression of Dmitry (the boss.)
Rating:
1
0
Shreedhar
Shreedhar
Shree

Areas are super cool. I was once trying to do similar thing with MVC1. I had two MVC projects in the same solution and the main MVC app referenced the DLL from another mvc app, and along with a bit of MEF magic, I was able to display content from second MVC app in the main MVC application.  Couldn't explore further as the took me off bench Perplexed

 

I think MVC Areas along with MEF will enable a plugin based web apps where you just drop a DLL and you get all the new menu UI logic working like a magic.

 

Very nice feature

Shreedhar

Microsoft Communities