diff --git a/consumer-projects.md b/consumer-projects.md new file mode 100644 index 0000000..13d069c --- /dev/null +++ b/consumer-projects.md @@ -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. diff --git a/dotnet-projects.md b/dotnet-projects.md index 37ee6a2..15911a3 100644 --- a/dotnet-projects.md +++ b/dotnet-projects.md @@ -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.