2014-11-20 13:26:32 +08:00
# .NET Projects
2014-11-20 14:44:22 +08:00
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 an intended to provide a showcase for projects that want it. It is itendeded to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically.
2014-11-20 13:26:32 +08:00
* Platforms
* [.NET Core ](https://github.com/dotnet/core )
* [Castle Project ](https://github.com/castleproject )
2014-11-20 14:44:22 +08:00
* [Mono Project ](https://github.com/mono/ )
2014-11-20 14:13:29 +08:00
* Languages
* [IronScheme ](http://ironscheme.codeplex.com )
2014-11-20 13:26:32 +08:00
* Web Platforms
* [DotNetNuke ](https://dotnetnuke.codeplex.com/ )
2014-11-20 14:13:24 +08:00
* [Nancy ](http://nancyfx.org )
2014-11-20 14:44:22 +08:00
* [Orchard ](http://www.orchardproject.net/ )
* [Umbraco ](http://umbraco.com/ )
2014-11-20 13:26:32 +08:00
* Libraries
* [Cimbalino ](http://cimbalino.org/ )
* [DotNetOpenAuth ](https://github.com/DotNetOpenAuth )
* [FluentValidation ](https://github.com/JeremySkinner/FluentValidation )
2014-11-20 14:44:22 +08:00
* [JSON.NET ](http://json.net/ )
* [NodaTime ](http://nodatime.org/ )
2014-11-20 13:26:32 +08:00
* [RestSharp ](http://restsharp.org/ )
2014-11-20 14:31:22 +08:00
* [SharpDX ](https://github.com/sharpdx/SharpDX )
2014-11-20 14:44:22 +08:00
* [Splat ](https://github.com/paulcbetts/splat )
2014-11-20 13:26:32 +08:00
* Mvvm
2014-11-20 14:44:22 +08:00
* [Caliburn Micro ](http://caliburnmicro.com/ )
* [Catel ](http://catelproject.com/ )
2014-11-20 13:26:32 +08:00
* [MVVM Cross ](https://github.com/MvvmCross/MvvmCross )
* [MVVM Light Toolkit ](http://www.mvvmlight.net )
* [ReactiveUI ](https://github.com/reactiveui/ReactiveUI )
2014-11-20 14:44:22 +08:00
* [Simple Mvvm Toolkit ](http://simplemvvmtoolkit.codeplex.com/ )
2014-11-20 13:26:32 +08:00
* Tools
* [Fody ](https://github.com/Fody/Fody )
* [Glimpse ](http://getglimpse.com )
2014-11-20 14:44:22 +08:00
* [ILSpy ](http://ilspy.net/ )
2014-11-20 13:26:32 +08:00
* [Mini Profiler ](http://miniprofiler.com/ )
* [Protobuf-net ](https://code.google.com/p/protobuf-net/ )
* Testing
* [moq ](https://github.com/Moq/moq4 )
2014-11-20 14:10:32 +08:00
* [NSubstitute ](http://nsubstitute.github.io/ )
2014-11-20 14:44:22 +08:00
* [NUnit ](https://github.com/nunit/nunit )
* [xUnit ](https://github.com/xunit/xunit )
2014-11-20 13:26:32 +08:00
* Dependency Injection
* [Autofac ](http://autofac.org/ )
* [Funq ](https://funq.codeplex.com/ )
2014-11-20 14:44:22 +08:00
* [Ninject ](http://www.ninject.org/ )
* [TinyIoC ](https://github.com/grumpydev/TinyIoC )
2014-11-20 13:26:32 +08:00
* Data Access
* [Dapper ](https://github.com/StackExchange/dapper-dot-net )
* [NHibernate ](https://github.com/nhibernate )
2014-11-20 14:44:22 +08:00
* [Simple Data ](https://github.com/markrendle/Simple.Data )
2014-11-20 13:26:32 +08:00
* [Sqlite-net ](https://github.com/praeclarum/sqlite-net )
* Games
* [MonoGame ](http://monogame.net )
2014-11-20 14:31:22 +08:00
* [Paradox ](https://github.com/SiliconStudio/paradox )
2014-11-20 13:38:46 +08:00
2014-11-20 13:26:32 +08:00
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 ).
2014-11-20 14:11:43 +08:00
Thanks to @slodge for providing the initial list.
2014-11-20 14:31:22 +08:00
@quozd hosts an [Awesome .NET! ](https://github.com/quozd/awesome-dotnet ) list. Also worth checking out.