Jim
Jim

Reputation: 259

Learn asp.net mvc 3 from open source project

I want to learn ASP.NET MVC 3 (C#) by studying open source projects. Do you guys have any recommendations? I want to find a project that's written in MVC 3 from the ground up and uses all the latest technologies

Upvotes: 17

Views: 5121

Answers (4)

Hasan Fahim
Hasan Fahim

Reputation: 3885

This one includes MVC3, Unity, NuGet, EFCodeFirst, and MVC scaffolding:

ASP.NET MVC 3 Starter Site

Enjoy !

Upvotes: 1

Ramiz Uddin
Ramiz Uddin

Reputation: 4259

Start exploring any of these ASP.NET MVC3 Open Source Applications

Upvotes: 2

mrydengren
mrydengren

Reputation: 4260

Here's a few open source ASP.NET MVC projects that might provide a helpful learning experience:

Upvotes: 10

ericdc
ericdc

Reputation: 11289

This is a great start: http://www.asp.net/mvc/tutorials/mvc-music-store-part-1

The Codeplex site for this is at http://mvcmusicstore.codeplex.com/

The downloads page also has a VB.net version of the code - http://mvcmusicstore.codeplex.com/releases/view/64379

Upvotes: 5

Related Questions