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
我想通过研究开源项目来学习ASP.NET MVC 3(C#)。你们有什么建议吗?我想找到一个从头开始用MVC 3编写的项目,并使用所有最新技术
4 个解决方案
#1
5
This is a great start: http://www.asp.net/mvc/tutorials/mvc-music-store-part-1
这是一个很好的开始:http://www.asp.net/mvc/tutorials/mvc-music-store-part-1
The Codeplex site for this is at http://mvcmusicstore.codeplex.com/
Codeplex站点位于http://mvcmusicstore.codeplex.com/
The downloads page also has a VB.net version of the code - http://mvcmusicstore.codeplex.com/releases/view/64379
下载页面也有一个VB.net版本的代码 - http://mvcmusicstore.codeplex.com/releases/view/64379
#2
10
Here's a few open source ASP.NET MVC projects that might provide a helpful learning experience:
这里有一些开源的ASP.NET MVC项目可能会提供有用的学习体验:
- subtext (source): a blog engine developed by Phil Haack
- subtext(source):由Phil Haack开发的博客引擎
- RaccoonBlog: a blog engine developed by Hibernating Rhinos(?) and used by Ayende
- RaccoonBlog:由Hibernating Rhinos(?)开发并由Ayende使用的博客引擎
- TardisBank: online pocket money banking developed by Mike Hadlow
- TardisBank:Mike Hadlow开发的在线零用钱银行
- FunnelWeb HQ (source): another blog engine, developed by Paul Stovell
- FunnelWeb HQ(来源):由Paul Stovell开发的另一个博客引擎
#4
1
This one includes MVC3, Unity, NuGet, EFCodeFirst, and MVC scaffolding:
这个包括MVC3,Unity,NuGet,EFCodeFirst和MVC脚手架:
ASP.NET MVC 3入门网站
Enjoy !
请享用 !
#1
5
This is a great start: http://www.asp.net/mvc/tutorials/mvc-music-store-part-1
这是一个很好的开始:http://www.asp.net/mvc/tutorials/mvc-music-store-part-1
The Codeplex site for this is at http://mvcmusicstore.codeplex.com/
Codeplex站点位于http://mvcmusicstore.codeplex.com/
The downloads page also has a VB.net version of the code - http://mvcmusicstore.codeplex.com/releases/view/64379
下载页面也有一个VB.net版本的代码 - http://mvcmusicstore.codeplex.com/releases/view/64379
#2
10
Here's a few open source ASP.NET MVC projects that might provide a helpful learning experience:
这里有一些开源的ASP.NET MVC项目可能会提供有用的学习体验:
- subtext (source): a blog engine developed by Phil Haack
- subtext(source):由Phil Haack开发的博客引擎
- RaccoonBlog: a blog engine developed by Hibernating Rhinos(?) and used by Ayende
- RaccoonBlog:由Hibernating Rhinos(?)开发并由Ayende使用的博客引擎
- TardisBank: online pocket money banking developed by Mike Hadlow
- TardisBank:Mike Hadlow开发的在线零用钱银行
- FunnelWeb HQ (source): another blog engine, developed by Paul Stovell
- FunnelWeb HQ(来源):由Paul Stovell开发的另一个博客引擎
#3
#4
1
This one includes MVC3, Unity, NuGet, EFCodeFirst, and MVC scaffolding:
这个包括MVC3,Unity,NuGet,EFCodeFirst和MVC脚手架:
ASP.NET MVC 3入门网站
Enjoy !
请享用 !