dotnet/dotnet-projects.md

84 lines
3.4 KiB
Markdown
Raw Normal View History

# .NET Projects
2014-11-20 22:48:02 +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 and GitHub links are preferred.
* 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)
* 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/)
* Libraries
2014-11-20 22:59:00 +08:00
* [AngleSharp](https://github.com/FlorianRappl/AngleSharp)
2014-11-20 23:08:25 +08:00
* [AzureNetQ](https://github.com/Roysvork/AzureNetQ)
* [Cimbalino](http://cimbalino.org/)
* [DotNetOpenAuth](https://github.com/DotNetOpenAuth)
2014-11-20 23:08:25 +08:00
* [EasyNetQ](https://github.com/mikehadlow/EasyNetQ)
* [FluentValidation](https://github.com/JeremySkinner/FluentValidation)
2014-11-20 14:44:22 +08:00
* [JSON.NET](http://json.net/)
* [NodaTime](http://nodatime.org/)
* [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)
* [WpfToolkit](https://github.com/dotnetprojects/wpftoolkit)
* Mvvm
2014-11-20 14:44:22 +08:00
* [Caliburn Micro](http://caliburnmicro.com/)
* [Catel](http://catelproject.com/)
* [MVVM Cross](https://github.com/MvvmCross/MvvmCross)
* [MVVM Light Toolkit](http://www.mvvmlight.net)
* [Radical](https://github.com/RadicalFx/radical)
* [ReactiveUI](https://github.com/reactiveui/ReactiveUI)
2014-11-20 14:44:22 +08:00
* [Simple Mvvm Toolkit](http://simplemvvmtoolkit.codeplex.com/)
* Tools
* [Fody](https://github.com/Fody/Fody)
2014-11-20 22:48:02 +08:00
* [GitVersion](https://github.com/ParticularLabs/GitVersion)
* [Glimpse](http://getglimpse.com)
2014-11-20 14:44:22 +08:00
* [ILSpy](http://ilspy.net/)
* [Mini Profiler](http://miniprofiler.com/)
* [Protobuf-net](https://code.google.com/p/protobuf-net/)
* [Snoop Wpf](https://github.com/cplotts/snoopwpf)
* 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)
* Dependency Injection
* [Autofac](http://autofac.org/)
* [Funq](https://funq.codeplex.com/)
2014-11-20 22:55:48 +08:00
* [Ninject for Desktop](http://www.ninject.org/)
* [Ninject for Portable Class Libraries, Universal apps and Xamarin](https://github.com/onovotny/ninject)
2014-11-20 14:44:22 +08:00
* [TinyIoC](https://github.com/grumpydev/TinyIoC)
* 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)
* [Sqlite-net](https://github.com/praeclarum/sqlite-net)
2014-11-20 15:30:48 +08:00
* [NMEA Parser](https://github.com/dotMorten/NmeaParser)
* Games
* [MonoGame](http://monogame.net)
2014-11-20 14:31:22 +08:00
* [Paradox](https://github.com/SiliconStudio/paradox)
2014-11-20 15:30:48 +08:00
* Control libraries
2014-11-20 23:01:46 +08:00
* [Callisto](https://github.com/timheuer/callisto)
* [OpenRA](https://github.com/OpenRA/OpenRA)
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.