Giter VIP home page Giter VIP logo

dotnet's Introduction

.NET Home

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

Finding .NET Open Source Projects

There are many open source .NET projects. Check out the list of projects the community maintains. Please find one to engage in or add one. There's certainly one out there that could use your help.

There are several projects from Microsoft on GitHub and CodePlex, including:

Each one of these projects maps to one or more .NET NuGet packages that are published on NuGet.org.

There are also many great open source .NET community projects, such as:

How to Engage, Contribute and Provide Feedback

.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. To contribute to .NET Core 5, see the .NET Core Contributing Guide.

You are also encouraged to start a discussion by posting on the .NET Foundation Forums or filing an issue in the corresponding GitHub project. See the contributing guides for more details.

.NET Foundation

Most .NET open source projects at Microsoft 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.

License

.NET open source projects typically use 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.

Understanding the relationship between .NET Core and the .NET Framework

.NET Core and the .NET Framework have (for the most part) a subset-superset relationship. .NET Core is named "Core" since it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List. We'll continue improving these components for both .NET Core and .NET Framework.

.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published .NET Reference Source under the MIT license, so that you and the community can port additional .NET Framework features to .NET Core.

Understanding the relationship between .NET Core and Mono

Mono is an important part of the .NET ecosystem, particularly for client scenarios (e.g. Xamarin). We will look for ways to collaborate with Mono developers and encourage them to take our code to improve Mono. We will also look for opportunities to improve .NET Core with MIT-licensed Mono code.

An important collaboration opportunity is making .NET Core NuGet packages (produced from this code) work on Mono. The SIMD NuGet package is a perfect example.

Learning about ASP.NET 5 and .NET Core 5

ASP.NET 5 is a new cross-platform version of ASP.NET that is designed for the cloud, and runs on Windows, Linux and Mac. It uses the .NET Framework to run on Windows, and can also run on .NET Core 5 for greater deployment flexibility on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core 5 for those platforms when they are supported.

ASP.NET 5 and .NET Core 5 libraries are open source on GitHub. At present, only a few .NET Core 5 libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.

dotnet's People

Contributors

adeel41 avatar andersabel avatar christianweyer avatar daveaglick avatar davetimmins avatar dellis1972 avatar devlead avatar dguidi avatar doobiwan avatar dsplaisted avatar fivetimesthefun avatar florianrappl avatar fransbouma avatar geertvanhorrik avatar giantdarth avatar jason-roberts avatar jchannon avatar joshfree avatar khasinski avatar khellang avatar leppie avatar mterwoord avatar niemyjski avatar punker76 avatar richlander avatar shiftkey avatar slodge avatar terrajobst avatar xivk avatar xoofx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.