1.
ASP.Net view engine is changed to Razor. One of the direct effects is: the ASP.Net
notation (<% %>) is changed to new notation @.
2.
Master page is gone. Well..., not really. It is re-invented as layout page, e.g. _Layout.cshtml.
3. Induced a new feature ViewBag to pass parameter from controller to view.
3. Induced a new feature ViewBag to pass parameter from controller to view.
4.
Better support to dependency injection.
5.
Better support to JQuery
Above items are only from practice point of view. If you want to get the full list of new features of MVC 3.0, please read ASP.Net MVC 3.0 document.
Above items are only from practice point of view. If you want to get the full list of new features of MVC 3.0, please read ASP.Net MVC 3.0 document.
No comments:
Post a Comment