Hi, I'm interested what you think about preview 1 release of asp.net mvc2 ? Especially about input helpers? Do you think they would do their job better than Eric Hexter input buliders ?f I'm interested especially in input builders becouse I don't know which to use in my next project and input builders from mvc2 are the only feature important for me
Looks like some cool features, many of which are currently provided by 3rd party libraries. The one I can't see the real need for is the new HttpPost attribute. I think I prefer the current mechanism of [AcceptVerbs(HttpVerbs.Post)].
Looks to be a natural progression and maturation of a framework. A lot of these features are already standard in other MVC frameworks, so I think it's very encouraging to see!
I was little bit dissapointed - somewhy wanted to see more new&powerful stuff.
But that's just a preview1 - maybe there is no reason to be.
Input builders looks nice, can't say much more. ^^
Now i've changed my mind a bit. I just love RenderAction and Templates.
I was hoping to see easier mechanisms for testing fully rendered views so you can
1) Make sure the view actually is rendered without hitting any null reference exceptions or the like 2) Being able to perform xhtml validation on the rendered product
The Areas support could be handy on large scope applications.
A lot of these features are already standard in other MVC frameworks, so I think it's very encouraging to see!