asp.net mvc 3 - what are the advantages of MVC3 over MVC2 -


i learning mvc2. working on first mvc2 project.as mvc3 beta launched , available download. please suggest me should use mvc3(beta) or continue mvc2 , second thing is, if move mvc3 major advantages it. project erp application. please suggest me should do.

thanks

i suggest take @ blog post scott gu :

http://weblogs.asp.net/scottgu/archive/2010/11/09/announcing-the-asp-net-mvc-3-release-candidate.aspx

to name advantages, can use razor view engine, depending on requirements, make view code nicer. believe that's case erp system.

this not 100% mvc3 related, rc nuget installed it, if you're planning on using external libraries out, that's great way manage them.

partial page output caching great feature systems share bits , pieces across different ui's.

unobtrusive javascript , validation great new feature keep code's maintainability among other benefits.

mvc3 has benefits dynamic aspects of .net 4, , helps keep view code cleaner.

and end point be, mvc3 on rc stage....it has go live license , support...if you're learning, suggest learning latest, knowledge need use mvc 1 , 2, , new things mvc 3.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -