tags:

views:

135

answers:

5

What are the new features you would like to avail in ASP.NET MVC in the future releases?

I Would say

1) A separate view engine for ASP.NET MVC instead of current WebForm view engine.
2) Asynchronous Controller Actions.
3) Subcontrollers / Partial Requests.

+3  A: 

Stop dropping new code - start dropping better documentation. :) Oh and prescriptive guidance that uses EF rather than LINQ to SQL would also be welcome.

stephbu
+4  A: 

yeah finding good documentation is the hurting factor at the moment. I keep finding solutions which worked 2 months ago (Not helpful with current beta version) But hey i'm really loving the push it has given me to embrace jquery and ajax.

I'm currently trying to figure out how to render a partial view inside of the controller - not having any luck either!

Harry
+2  A: 

I would agree that better documentation would be great! I'm figuring everything out through trial and error, but I would like some guidance around how certain things should be done.

Subcontrollers would also be high on my list.

I actually hope they don't add too much more. Having control over my HTML and the ability to use jQuery without all of the "Control.ClientID" and ViewState mess is nice, I'd hate to see them mess it up by adding too many features.

Andrew Van Slaars
+1  A: 

good documentation .. better support for server components ..

Zuhaib
+1  A: 

Proper caching of subcontrollers / partial views.

SHODAN