dotnet/README.md

62 lines
2.7 KiB
Markdown
Raw Normal View History

2014-10-24 06:49:41 +08:00
# .NET Home
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
[.NET Foundation](http://dotnet.github.io). You can read the more detailed
[.NET Core is Open Source](http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx)
on the .NET blog.
2014-10-25 03:43:32 +08:00
## Finding .NET Open Source Projects
2014-10-25 03:43:32 +08:00
2014-12-12 14:53:03 +08:00
There are many [open source .NET projects](dotnet-developer-projects.md), a few of which are listed below. Please find one to engage in or add one to the list.
2015-01-20 03:49:54 +08:00
* [.NET Compiler Platform ("Roslyn")](https://github.com/dotnet/roslyn)
* [.NET Core 5](https://github.com/dotnet/core)
* [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/)
* [MVVM Cross](https://github.com/MvvmCross/MvvmCross)
* [MVVM Light Toolkit](http://www.mvvmlight.net)
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)
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)
and the [.NET Core 5 project](http://www.dotnetfoundation.org/netcore5).
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.