Scott Hanselman

ASP.NET MVC 2 Released

March 12, 2010 Comment on this post [20] Posted in ASP.NET | ASP.NET MVC
Sponsored By

ASP.NET MVC 2 is out. This means, it's released. It's final. Use it. Love it.

You can download it directly, or install it (and whatever else you like) with the Web Platform Installer:

image

ScottGu has many details in his post. There's lots of resources to check out:

If you have questions or problems with any of the samples, please post your comments on the MVC Forum

Enjoy!

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
March 12, 2010 9:47
Just awesomeness! congratulations to the ASP.NET MVC Team!
March 12, 2010 12:47
ASP.NET MVC 2 is awesome but I just hate the WebPI since it screwed up my IIS settings..
March 12, 2010 12:48
I forgot this : What are the differences since the last drop?
March 12, 2010 12:57
It means that we can run MVC 2 on real web servers ?
March 12, 2010 13:42
Congratulations to the team!! This framework is just awesome!!!
March 12, 2010 15:32
Congrats on getting this out. My one wish is that you do the tutorials and samples using Visual Basic this time round. My feeling is that so far MVC has been targeted at C# devs only. (Look at NerdDinner.com) When will we be able to install?. At the moment you cannot install on a system that has VS2008 and VS2010RC.
March 12, 2010 18:58
Congrats MVC team!
March 12, 2010 20:18
Congratulations to the team and thank you for this awesome framework!
March 12, 2010 20:45
Ok, I have to make some very noob questions (I just started with ASP.NET MVC)... from the browser/client point of view, is there any difference between calling a page/fragment handled by an AsyncController and one handled by a standard Controller?

From what I see in the samples, AsyncController gives you 2 things:

- A nice helper for multi-threading parallel operations (sort of like BackgroundWorker for Windows.Forms)

- A better management of the ASP.NET thread pool for high-traffic applications

Are there any other advantages that I am not seeing?
March 12, 2010 22:25
Congratulations to the team !
March 13, 2010 3:14
The MSDN content/walkthrough for "MVC Areas Application" contains the wrong code in the samples that and the download is unrelated to a walkthrough for Areas (cut paste errors). Just an FYI....
JP
March 14, 2010 8:12
Thanks to MVC Team.

March 14, 2010 16:33
Congratulations on the fine release MVC Team!
March 15, 2010 3:36
Congratulations MVC Team!
March 15, 2010 15:11
Nice! Does this work on Visual Studio Web Express? I couldn't get the RC to work, but MVC1 worked perfectly.
March 16, 2010 18:20
100% of the content on the main asp.net MVC site is video.
Please consider adding some alternative content because a) some people work in shops whose firewalls block all streaming video and b) some people like myself work in shops where the computers have the audio cards disabled and c) some people just don't like watching videos and would prefer to have a text article or walk-through that we can print out and read.
March 17, 2010 3:05
Congrats, All the improvements are great i am in love with the following
“Areas” and new helper functions, utilities, and API enhancements
March 17, 2010 3:05
Hope to see some more thoughts from you
March 24, 2010 1:44
cheers, MVC team.
April 15, 2010 17:36

100% of the content on the main asp.net MVC site is video.
Please consider adding some alternative content because a) some people work in shops whose firewalls block all streaming video and b) some people like myself work in shops where the computers have the audio cards disabled and c) some people just don't like watching videos and would prefer to have a text article or walk-through that we can print out and read.


I agree with this guy! i don't have sound on my computer at work, so the videos arn't to useful. and in general i prefer reading to watching videos when it comes to coding.

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.