Note, this blog post is based on Preview 1 of ASP.NET MVC 2 and details are subject to change. I?ll 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. That?s when the light bulb went on for Scott and he briefly mentioned an idea for an approach that would work. I was excited by this idea and decided to prototype it tonight. Before I discuss that approach, let me lead in with a bit of background. One of the cool features of ASP.NET MVC is that any views...(read more) ...
Go to the complete details ...