Welcome to MSDN Blogs Sign in | Join | Help

Visual Web Developer Team Blog

Your official information source from the Visual Web Developer team.

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use
ASP.NET MVC Framework Preview 2 (Mix 2008) Resources

I am attempting to compile the relevant resources for ASP.NET MVC Framework Preview 2 at one place so that you will not have to keep searching around...

ASP.NET MVC Preview 2 Download Location:

Preview 2 Download (English-US) - Microsoft.com download location to get the latest MVC bits...

ASP.NET MVC Documentation:

Home Page - Asp.Net home page where you can find latest updates on ASP.NET MVC Framework in general...  

User Documentation - The official Microsoft user documentation on ASP.NET MVC Framework...

Readme File  - Contains a ton of information on how to install the preview 2 and how can it play well if you already have MVC Framework Preview 1, Silverlight etc...

ASP.NET MVC Learning

Forums - There is a ton of activity on ASP.NET MVC Framework forums, this is a great way of getting your questions answered...  

Videos - There are some great quick start videos on ASP.NET MVC Framework available here, we will be adding more videos here going forward to do keep checking

ASP.NET MVC Blogs

  • Scottgu's Tutorials Root - Scottgu has a bunch of very walk-through on ASP.NET MVC Framework here...
  • ASP.NET Tooling Overview - In this post I have explained the tooling features for ASP.NET MVC Framework...
  • MVC Unit Test Framework Integration - In this post I have explained how you can integrate a new test framework like NUnit, MBUnit, xUnit etc into your MVC Application. 
  • NUnit & Rhino Mocks Integration - In this post Joe has taken a NUnit and Rhino Mocks framework as an example and he has created a Test Project Template for you to download... I will highly encourage you to check this out...
  • Phil Haack's Blog - Phil keeps writing interesting posts about ASP.NET MVC Framework...  It would be nice to routinely check his blog too...
  • My Blog - I also intend to keep posting ASP.NET MVC Framework articles on my blog regularly so you might want to check that out too...
  • Scott Hanselman's Blog - Scott has some ASP.NET MVC Zen stuff on his blog too, do find time to check that out...

ASP.NET MVC CodePlex Source Code

Hope this helps...

Vishal R. Joshi | Program Manager | Visual Studio Web Developer

Comments

Will C said:

Awesome work! I'm looking forward to digging into this over the weekend.

One thing. I'm just exploring the "Walkthrough: Creating a Basic MVC Project in Visual Studio" resource. I'm totally new to MVC so I may be missing something but shouldn't the ActionLinks in the navigation -

<%=Html.ActionLink("Home", "Index">

contain the 3rd parameter for the controller like -

<%=Html.ActionLink("Home", "Index", "Home")%>?

Otherwise, when you navigate to the Login page and use the Home (and About) tabs it uses the Login not the Home controller and you get a "page not found error".

# March 8, 2008 12:23 AM

WebDevTools said:

Hi Will,

  There is an overload for Html.ActionLink() which also takes the controller name... You can use that in such sitution that you have described above...

wishes

-Vishal

# March 10, 2008 12:18 PM

deerchao said:

Hi, I learned from weblogs.asp.net/scottgu that Asp.net MVC Preview2 source codes will be released, however I can't find it anywhere.

Do you have any words on this? Thanks!

# March 11, 2008 11:07 PM

base said:

I downloaded and installed MVC Preview 2 but cannot find the ASP.NET MVC Project template in VS2008.

Am I missing something...

# April 15, 2008 2:21 PM

base said:

I could find the same. I was looking under File > New > WebSite

The templates are in:

File > New > Project > <anylanguage> > Web > ASP.NET MVC Web Application

and File > New > Project > <anylanguage> > Test > ASP.NET MVC Test

# April 15, 2008 2:46 PM
New Comments to this post are disabled
Page view tracker