MvcContrib working on Portable Areas
Posted by: Jeffrey Palermo,
on 06 Oct 2009 |
View original | Bookmarked: 0 time(s)
This is a pretty short post, and it is just enough to announce some plans on the MvcContrib roadmap. Portable Areas What is a portable area? As you know, ASP MVC 2 is going to ship with an implementation of areas where an area can either be in in a single project or separate projects. MvcContrib already has an Embedded View ViewEngine, which lets views be embedded as resources in an assembly. The next step is to take an MVC2 area, wire in the embedded view engine, and compile...