views:

257

answers:

5

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

A: 

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)].

RichardOD
HttpPost is just a shorthand feature to save keystrokes. They won't be removing AcceptVerbs as an option.
TreeUK
A: 

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!

mgroves
+1  A: 

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.

Arnis L.
It's only been what, 4 months? And the guys were also working on ASP.Net 4.0, so give them a little time.
Martin
I didn't tell anything is wrong. Framework is progressing and that's good. :)
Arnis L.
+1  A: 

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.

Matt
+1  A: 

A lot of these features are already standard in other MVC frameworks, so I think it's very encouraging to see!

endovghbfdhg