Default Templated Views
Posted by: youve been HAACKED,
on 04 Aug 2009 |
View original | Bookmarked: 0 time(s)
Note, this blog post is based on Preview 1 of ASP.NET MVC 2 and details are subject to change. Ill try to get back to normal ASP.NET MVC 1.0 content soon. :) While in a meeting yesterday with The Gu, the topic of automatic views came up. Imagine if you could simply instantiate a model object within a controller action, return it to the view, and have ASP.NET MVC provide simple scaffolded edit and details views for the model automatically. Thats when the light bulb went on for Scott and he briefly...