This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
 
 
 
Go to file
Rich Lander 5baa0cb718 Merge pull request #4 from Microsoft/immol/readme-changes
Immol/readme changes
2014-10-30 20:32:17 -07:00
CONTRIBUTING.md Improve wording in CONTRIBUTING.md 2014-10-27 17:42:53 -07:00
LICENSE Initial commit 2014-10-23 15:56:24 -07:00
README.md Replaced query based link with a direct link 2014-10-30 19:23:07 -07:00

README.md

.NET Home

The dotnet repository is the starting point to engage in and learn about .NET open source projects from Microsoft and part of the .NET Foundation. You can read the more detailed Introduction to .NET Open Source on the .NET blog.

License

All .NET open source projects are licensed under either the MIT or Apache 2 licenses for code. Some projects license documentation and other forms of content under Creative Commons Attribution 4.0. See specific projects to understand the license used.

.NET Foundation

All projects have been contributed to the .NET Foundation. There are two main .NET Foundation projects for Microsoft open source projects: ASP.NET Core 5 project and the .NET Core 5 project.

How to Engage, Contribute and Provide Feedback

All projects (gladly) accept PRs and other contributions. To contribute to ASP.NET 5 or EntityFramework, see the ASP.NET Contributing Guide. To contribute to .NET Core 5, see the .NET Core Contributing Guide.

You are also encouraged to start a discussion by filing an issue or creating a gist. See the contributing guides for more details. You can discuss .NET OSS more generally in the .NET Foundation forums.

Finding .NET Projects from Microsoft on GitHub

There are several open source .NET projects from Microsoft on GitHub, including ASP.NET 5, EntityFramework and .NET Core 5. Each one of these projects maps to one or more .NET NuGet package that are published on NuGet.org. They are also many great open source .NET community projects on GitHub and Codeplex, including the Mono Project.

Learning about ASP.NET Core 5 and .NET Core 5

ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for the cloud. It uses the .NET Core 5 runtime and framework, which runs on Windows, Linux and Mac. ASP.NET Core 5 and .NET Core 5 libraries are open source on GitHub. At present, only a few libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.