Archive for May, 2008

First thoughts on ASP.NET MVC Preview 3

Posted on May 27th, 2008 by aaron
Filed under asp.net mvc | 11 Comments

I had a chance to play with the latest ASP.NET MVC drop tonight. There’s a few changes (some of which came in Preview 2) but a few items caught my eye fairly quickly.
ActionResult
This change came with Preview 2, but it’s worth mentioning. Instead of controller actions returning void, they now return an ActionResult instance. This [...]