Explore Asp.net MVC 2

I am looking for good project source code samples to learn about ASP.NET MVC 2. (A complete project such as CMS, Blog ... everything that is well written in MVC2)

+7
asp.net-mvc
source share
8 answers

Perhaps you should take a look at the ASP.NET MVC 2.0 Start Site .

+6
source share

Nerd Dinner is very good. The current release is MVC1, but it is in the process of upgrading to MVC2, and the code is already available for it.

+3
source share

I checked the Orchard Project . This is a CMS with blog features.

This is an early stage, but he has a very clear roadmap, and many talented developers are working on this project.

+2
source share
+1
source share

the source code for the ASP.NET MVC book in Action , which currently stands at 99% -100% MVC, demonstrates a well-written MVC 2 application.

+1
source share

I put together a project to demonstrate the capabilities of MVC2 for the upcoming conversations that I give. This is a work in progress, but I covered 80% of the good stuff.

http://bitbucket.org/stevehorn/mvc2-features-demo

+1
source share

The Nerd tutorial is really good for learning MVC, even if it is based on MVC 1. Since MVC 2 is still fresh, you probably won’t find any “complete projects” based on this release for some time, however there are series. dedicated to MVC 2 on ScottGu's blog , which you can apply when you go on a Nerd lunch.

0
source share

Learn ASP.NET MVC. You can link to the link below. It contains 97 videos to learn it step by step. http://aspnet-ajax-aspnetmvc.blogspot.in/2013/11/learn-aspnet-mvc-step-by-step.html

0
source share

All Articles