This release contains the source code for ASP.NET MVC 3 RTM as well as the ASP.NET MVC Futures project. The futures project contains features that the ASP.NET MVC team is considering for a future release of ASP.NET MVC. The MS-PL distribution of the source code can be downloaded here. This release contains the source code for
- ASP.NET MVC 3 RTM
- ASP.NET Web Pages with Razor Syntax
- ASP.NET MVC 3 Futures
For more details about ASP.NET MVC 3, please visit http://asp.net/mvc/mvc3 as well as the Release Notes
|
Been working long time with web frameworks. this one is just ...astonishing. Good for beginners and professionals!
by
humbrie
on
Dec 16 2011 at 11:06 AM
Awesome one, though I have one question - why so many unit tests failed to pass? :)
by
chester89
on
Dec 9 2011 at 10:30 AM
Maybe I detect a bug.
I tried to integrate a WCF REST service to a MVC project like follow code:
RouteTable.Routes.Add(new ServiceRoute("Uap", new WebServiceHostFactory(), typeof(Service.UapService)));
The ActionLink() function returned a wrong url like follow :
http://localhost:3315/Uap?action=Index&controller=Application
by
wzd24
on
May 29 2011 at 4:47 PM
The best FW ever.
by
Skorunka
on
Apr 7 2011 at 1:27 PM
Suggestion:
Will it converge with WCF? I mean MVC and WCF have some similitudes: able to work on HTTP, support routing, etc. It can be nice if a WCF can return a MVC Razor view. So from a WCF you can manage everything, any web servie, and any html page.
by
Nekketsu
on
Apr 6 2011 at 11:54 AM
very very good
by
wqjqrgtgr
on
Jan 27 2011 at 7:17 AM