Merge branch 'ScottIsAFool-issue-69'

This commit is contained in:
Richard Lander
2014-11-24 11:37:42 -08:00
2 changed files with 17 additions and 4 deletions

11
consumer-projects.md Normal file
View File

@@ -0,0 +1,11 @@
# .NET Open Source Consumer Projects
There are many .NET based open source consumer projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is intended to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and project source links and product website are allowed. This list could include desktop applications, websites, mobile apps, etc.
* Media Streaming
* [Media Browser](https://github.com/mediabrowser/) - [www.mediabrowser.tv](http://www.mediabrowser.tv)
This list is just a starting point - also take a look at all the projects on [CodePlex](http://www.codeplex.com/) and on [GitHub Trending C#](https://github.com/trending?l=csharp).
Thanks to @scottisafool for providing the initial list.

View File

@@ -1,13 +1,15 @@
# .NET Open Source Projects
# .NET Open Source Developer Projects
There are many .NET Open Source projects. You can always use a search engine to find projects, and that's a good approach. This list is intended to provide a showcase for projects that want it and to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically provide a one-line description and GitHub (or source) links are preferred over marketing sites.
There are many .NET open source developer projects. You can always use a search engine to find projects, and that's a good approach. This list is intended to provide a showcase for projects that want it and to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically provide a one-line description and GitHub (or source) links are preferred over marketing sites.
* .NET Implementations
* [.NET Core](https://github.com/dotnet/corefx) - Core .NET Framework
* [Mono Project](https://github.com/mono/) - Cross-platform implementation of .NET Framework.
* Platforms
* [.NET Core](https://github.com/dotnet/corefx) - Core .NET Framework
* [Castle Project](https://github.com/castleproject) - Umbrella project for ActiveRecord, DynamicProxy, MonoRail, Windsor
* [Catel](http://catelproject.com/) - Application platform with IoC, logging, reflection and much more that serves as a base for applications that must be ready for future growth.
* [Cosmos](http://cosmos.codeplex.com/)
* [Mono Project](https://github.com/mono/) - Cross-platform implementation of .NET Framework.
* Languages
* [Dynamic Language Runtime](http://www.github.com/IronLanguages/main.git) - A toolkit for building dynamic languages for .NET.