Author: Scott Hanselman's Computer Zen - ASP.NET | Posted on: 7/16/2008 2:39:45 PM | Views : 883

ASP.NET MVC Preview 4 is up on CodePlex . The Gu has all the exquisite Gu-Like Detail on his blog . If you take a look at the generated "changes" document, it shows a bunch of new stuff like AjaxHelpers and AjaxExtensions that set the stage for some interesting things the community could do with ASP.NET MVC and Ajax. I'd like to see some JQuery love in there, maybe with some MVCContrib as they've been quiet lately. Using the new Preview 4 bits, here's what I was able to get running in just a few minutes. Given a ViewPage that has a TextBox and a Button on it, when I click the button (and submit the form) I'll call back to the server and get some text that should then go in the div next to the button. The View looks...(read more) ...

Go to the complete details ...