dotnet/README.md

67 lines
3.2 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://www.dotnetfoundation.org/). You can read the more detailed post
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)
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
There are many [open source .NET projects](dotnet-developer-projects.md), a few of which are listed below. Additionally [@quozd](https://github.com/quozd) maintains a list of [awesome open source .NET libraries, tools, frameworks, and software](https://github.com/quozd/awesome-dotnet). [ASP.NET Core (and .NET Core) Library and Framework Support](https://github.com/jpsingleton/ANCLAFS) is listed at [ANCLAFS.com](https://ANCLAFS.com).
2015-07-17 07:11:13 +08:00
2015-01-20 03:49:54 +08:00
* [.NET Compiler Platform ("Roslyn")](https://github.com/dotnet/roslyn)
* [.NET Core](https://github.com/dotnet/core)
2016-04-06 06:03:55 +08:00
* [ASP.NET Core](https://github.com/aspnet/home)
* [EntityFramework](https://github.com/aspnet/EntityFramework)
* [Orleans](https://github.com/dotnet/orleans)
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/)
* [Mobius: C# API for Apache Spark](https://github.com/Microsoft/Mobius)
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)
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)
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
2016-09-14 12:29:25 +08:00
contributions. To contribute to ASP.NET Core or Entity Framework Core, see
2014-11-18 09:54:35 +08:00
[the ASP.NET Contributing Guide](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md).
To contribute to .NET Core, 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:
2016-07-13 01:18:12 +08:00
[ASP.NET Core project](http://www.dotnetfoundation.org/aspnet-core)
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.