Learn asp.net mvc 3 from open source project

前端 未结 4 767
春和景丽
春和景丽 2021-02-01 21:45

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 a

相关标签:
4条回答
  • 2021-02-01 21:58

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

    ASP.NET MVC 3 Starter Site

    Enjoy !

    0 讨论(0)
  • 2021-02-01 22:04

    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

    0 讨论(0)
  • 2021-02-01 22:10

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

    0 讨论(0)
  • 2021-02-01 22:12

    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
    0 讨论(0)
提交回复
热议问题