Whenever I start learning a new technology or language I tend to look at the source code of some 'real-world' applications. I find them really useful for understanding common, technology specific architecture, idioms and how/what popular libraries are used. I've recently started learning ASP.NET MVC, but haven't really found good open source apps. I was wondering if you know some worthwhile ones.
每当我开始学习一项新技术或一门新语言时,我都倾向于查看一些“真实世界”应用程序的源代码。我发现它们对于理解常见的、特定于技术的体系结构、习语以及如何/使用哪些流行的库非常有用。我最近开始学习ASP。NET MVC,但是还没有找到好的开源应用。我想知道你是否知道一些有价值的。
I am really interested in MVC apps that use IoC Dependency Injection libraries such as Windsor or StructureMap.
我对使用IoC依赖注入库(如Windsor或StructureMap)的MVC应用程序非常感兴趣。
9 个解决方案
#1
7
Here you can find a list of asp.net mvc applications with source code.
在这里,您可以找到一个包含源代码的asp.net mvc应用程序列表。
- NerdDinner
- NerdDinner
- KIGG
- KIGG
- Contact Manager
- 联系经理
- Storefront
- 店面
- CodeCampServer
- CodeCampServer
- Suteki Shop E-Commerce
- Suteki商店电子商务
Another good example not listed there is codebettercanvas
另一个没有列出的好例子是codebettercanvas
#2
5
Have a look at Oxite:
看看牛:
"This is a simple blog engine written using ASP.NET MVC, and is designed with a few main goals:
这是一个使用ASP编写的简单博客引擎。NET MVC,并设计了几个主要目标:
-
To exist as a base for our visitmix.com site and for our personal blogs (and for the blogs of other folks as well!)
作为我们visitmix.com网站和我们个人博客(以及其他人的博客)的基础存在!
-
To provide an example of 'core blog functionality' in a reusable fashion. Blogs are simple and well understood by many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.
以可重用的方式提供“核心博客功能”示例。许多开发人员都很容易理解博客,但是博客需要实现的基本功能(trackbacks、rss、评论等)是相当复杂的。希望这段代码有帮助。
-
To provide real-world code written using ASP.NET MVC that produces both valid and semantically correct markup "
提供使用ASP编写的真实代码。产生有效的和语义正确的标记的netmvc "
#3
3
Suteki Shop from Mike Hadlow is Open source, using ASP.NET MVC, and for an IoC, Castle Windsor
来自Mike Hadlow的Suteki商店是开源的,使用ASP。NET MVC,以及IoC, Castle Windsor
http://sutekishop.co.uk/
#4
2
CarTrackr
Not sure if you can call other apps as open source or samples like NerdDinner etc.
不确定是否可以将其他应用程序称为开放源代码或NerdDinner等示例。
#5
2
KIGG
KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies.
KiGG是一个Web 2.0风格的社会新闻Web应用程序,在Microsoft支持的技术中开发。
Also Check These:
也检查这些:
Where is an example of a Complex ASP.net MVC model?
一个复杂的ASP.net MVC模型的例子在哪里?
What are some projects which are examples of best pratices for ASP.NET MVC?
有哪些项目是ASP的最佳实践。净MVC吗?
Real World ASP.NET MVC Applications with Source Code?
真实世界的ASP。NET MVC应用程序的源代码?
#6
2
Check FlickrXplorer, which I studied first to learn MVC in ASP.Net.
检查FlickrXplorer,我首先学习了它在ASP.Net中学习MVC。
(Sorry because of beeing a newbie I have to post more.)
(不好意思,因为有个新手,我得多贴一些。)
#7
2
Checkout MVC Storefront on codeplex. If you google it, you can find video tutorials on how the whole project is built and what technologies are being used.
在codeplex上签出MVC店面。如果您谷歌,您可以找到关于如何构建整个项目以及使用什么技术的视频教程。
#8
1
Some people publish there solution at codeplex. This is a query on codeplex looking for MVC and produktion. First is PRSync.com, there are some more.
有些人在codeplex上发布解决方案。这是一个关于codeplex上寻找MVC和产品的查询。首先是PRSync.com,还有一些。
Other is MVC storefront, but this is real academic to show building MVC applications.
另一种是MVC storefront,但是这对于展示构建MVC应用程序来说是非常学术的。
#9
1
You can get the Demo project Source code from http://code.msdn.microsoft.com/MVC-4-Razor-Design-Sample-0ed5e9da#content
您可以从http://code.msdn.microsoft.com/mvc -4- razor - design - sam-0ed5e9da #内容获得演示项目源代码
#1
7
Here you can find a list of asp.net mvc applications with source code.
在这里,您可以找到一个包含源代码的asp.net mvc应用程序列表。
- NerdDinner
- NerdDinner
- KIGG
- KIGG
- Contact Manager
- 联系经理
- Storefront
- 店面
- CodeCampServer
- CodeCampServer
- Suteki Shop E-Commerce
- Suteki商店电子商务
Another good example not listed there is codebettercanvas
另一个没有列出的好例子是codebettercanvas
#2
5
Have a look at Oxite:
看看牛:
"This is a simple blog engine written using ASP.NET MVC, and is designed with a few main goals:
这是一个使用ASP编写的简单博客引擎。NET MVC,并设计了几个主要目标:
-
To exist as a base for our visitmix.com site and for our personal blogs (and for the blogs of other folks as well!)
作为我们visitmix.com网站和我们个人博客(以及其他人的博客)的基础存在!
-
To provide an example of 'core blog functionality' in a reusable fashion. Blogs are simple and well understood by many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.
以可重用的方式提供“核心博客功能”示例。许多开发人员都很容易理解博客,但是博客需要实现的基本功能(trackbacks、rss、评论等)是相当复杂的。希望这段代码有帮助。
-
To provide real-world code written using ASP.NET MVC that produces both valid and semantically correct markup "
提供使用ASP编写的真实代码。产生有效的和语义正确的标记的netmvc "
#3
3
Suteki Shop from Mike Hadlow is Open source, using ASP.NET MVC, and for an IoC, Castle Windsor
来自Mike Hadlow的Suteki商店是开源的,使用ASP。NET MVC,以及IoC, Castle Windsor
http://sutekishop.co.uk/
#4
2
CarTrackr
Not sure if you can call other apps as open source or samples like NerdDinner etc.
不确定是否可以将其他应用程序称为开放源代码或NerdDinner等示例。
#5
2
KIGG
KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies.
KiGG是一个Web 2.0风格的社会新闻Web应用程序,在Microsoft支持的技术中开发。
Also Check These:
也检查这些:
Where is an example of a Complex ASP.net MVC model?
一个复杂的ASP.net MVC模型的例子在哪里?
What are some projects which are examples of best pratices for ASP.NET MVC?
有哪些项目是ASP的最佳实践。净MVC吗?
Real World ASP.NET MVC Applications with Source Code?
真实世界的ASP。NET MVC应用程序的源代码?
#6
2
Check FlickrXplorer, which I studied first to learn MVC in ASP.Net.
检查FlickrXplorer,我首先学习了它在ASP.Net中学习MVC。
(Sorry because of beeing a newbie I have to post more.)
(不好意思,因为有个新手,我得多贴一些。)
#7
2
Checkout MVC Storefront on codeplex. If you google it, you can find video tutorials on how the whole project is built and what technologies are being used.
在codeplex上签出MVC店面。如果您谷歌,您可以找到关于如何构建整个项目以及使用什么技术的视频教程。
#8
1
Some people publish there solution at codeplex. This is a query on codeplex looking for MVC and produktion. First is PRSync.com, there are some more.
有些人在codeplex上发布解决方案。这是一个关于codeplex上寻找MVC和产品的查询。首先是PRSync.com,还有一些。
Other is MVC storefront, but this is real academic to show building MVC applications.
另一种是MVC storefront,但是这对于展示构建MVC应用程序来说是非常学术的。
#9
1
You can get the Demo project Source code from http://code.msdn.microsoft.com/MVC-4-Razor-Design-Sample-0ed5e9da#content
您可以从http://code.msdn.microsoft.com/mvc -4- razor - design - sam-0ed5e9da #内容获得演示项目源代码