2014-10-24 06:49:41 +08:00
# .NET Home
2014-10-31 10:20:29 +08:00
The dotnet repository is the starting point to engage in and learn about .NET
2014-11-18 09:54:35 +08:00
open source projects from [Microsoft ](http://microsoft.github.io ) and the
2015-11-12 02:24:05 +08:00
[.NET Foundation ](http://www.dotnetfoundation.org/ ). You can read the more detailed
2014-11-18 09:54:35 +08:00
[.NET Core is Open Source ](http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx )
2014-10-31 10:20:29 +08:00
on the .NET blog.
2014-10-25 03:43:32 +08:00
2014-10-31 11:53:54 +08:00
## Finding .NET Open Source Projects
2014-10-25 03:43:32 +08:00
2015-07-17 07:11:13 +08:00
There are many [open source .NET projects ](dotnet-developer-projects.md ), a few of which are listed below. Additionally @qourzd maintains list of [awesome open source .NET libraries, tools, frameworks, and software ](https://github.com/quozd/awesome-dotnet ).
2014-11-20 13:26:32 +08:00
2015-01-20 03:49:54 +08:00
* [.NET Compiler Platform ("Roslyn") ](https://github.com/dotnet/roslyn )
2014-11-26 05:41:19 +08:00
* [.NET Core 5 ](https://github.com/dotnet/core )
2014-11-04 00:01:20 +08:00
* [ASP.NET 5 ](https://github.com/aspnet/home )
* [EntityFramework ](https://github.com/aspnet/EntityFramework )
2014-12-12 14:53:03 +08:00
* [Exceptionless ](https://github.com/exceptionless/Exceptionless )
* [Glimpse ](http://getglimpse.com )
2014-11-12 14:19:22 +08:00
* [JSON.NET ](http://json.net/ )
2014-12-12 14:53:03 +08:00
* [MonoGame ](http://monogame.net )
* [Mono Project ](https://github.com/mono/ )
2014-11-04 13:30:02 +08:00
* [MVVM Cross ](https://github.com/MvvmCross/MvvmCross )
* [MVVM Light Toolkit ](http://www.mvvmlight.net )
2015-07-17 06:37:38 +08:00
* [ReactiveUI ](https://github.com/reactiveui/ReactiveUI )
2014-12-12 14:53:03 +08:00
For a longer list, see:
* [.NET developer projects ](dotnet-developer-projects.md )
* [.NET consumer projects ](dotnet-consumer-projects.md )
2014-10-31 11:53:54 +08:00
2015-01-05 04:25:15 +08:00
For a list of free services and tools for open source .NET projects, see:
* [Free Services & Tools for Open Source .NET Projects ](dotnet-free-oss-services.md )
2014-11-11 00:14:26 +08:00
## How to Engage, Contribute and Provide Feedback
2014-11-18 09:54:35 +08:00
.NET open source projects from Microsoft (gladly) accept PRs and other
contributions. To contribute to ASP.NET 5 or EntityFramework, see
[the ASP.NET Contributing Guide ](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md ).
To contribute to .NET Core 5, see the
2014-11-18 09:58:05 +08:00
[.NET Core Contributing Guide ](https://github.com/dotnet/corefx/wiki/Contributing ).
2014-11-11 00:14:26 +08:00
2014-11-18 09:54:35 +08:00
You are also encouraged to start a discussion by posting on the
[.NET Foundation Forums ](http://forums.dotnetfoundation.org/ ) or filing an issue
in the corresponding GitHub project. See the contributing guides for more
details.
2014-11-11 00:14:26 +08:00
## .NET Foundation
2014-11-18 09:54:35 +08:00
Most .NET open source projects at Microsoft have been contributed to the
[.NET Foundation ](http://www.dotnetfoundation.org/projects ). There are two main
.NET Foundation projects for Microsoft open source projects:
2014-11-26 13:33:14 +08:00
[ASP.NET Core 5 project ](http://www.dotnetfoundation.org/aspnet-5 )
2015-07-23 17:41:51 +08:00
and the [.NET Core project ](http://www.dotnetfoundation.org/netcore ).
2014-11-11 00:14:26 +08:00
## License
.NET open source projects typically use either the [MIT ](LICENSE ) or
[Apache 2 ](http://www.apache.org/licenses/LICENSE-2.0 ) licenses for code. Some
projects license documentation and other forms of content under
[Creative Commons Attribution 4.0 ](http://creativecommons.org/licenses/by/4.0/ ).
2015-01-20 03:49:54 +08:00
See specific projects to understand the license used.