Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 726
Jim Avatar asked May 28 '11 02:05

Jim


People also ask

How many days does it take to learn MVC?

As for me, it takes about 2-3 weeks to tack on another language, and about a month after that for me to feel fully competent in it; results will vary depending on your motivation and the language/framework itself (Python was really fast).

Is ASP.NET MVC open-source?

It has just been announced that ASP.NET MVC has been released under Microsoft's open source license. The Microsoft Public License is certified by the Open Source Initiative, making is appropriate for most projects requiring an open source license including Novell's Mono.

Is ASP.NET MVC hard to learn?

No! asp.net MVC is not at all difficult. It is very easy compared to Framework of any other languages. However, you should have good skills and understanding of C#.


2 Answers

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

  • subtext (source): a blog engine developed by Phil Haack
  • RaccoonBlog: a blog engine developed by Hibernating Rhinos(?) and used by Ayende
  • TardisBank: online pocket money banking developed by Mike Hadlow
  • FunnelWeb HQ (source): another blog engine, developed by Paul Stovell
like image 83
mrydengren Avatar answered Nov 15 '22 12:11

mrydengren


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

like image 20
ericdc Avatar answered Nov 15 '22 12:11

ericdc