2014-10-24 06:49:41 +08:00
# .NET Home
2017-04-02 08:07:14 +08:00
This repository is a starting point to learn about and engage in .NET and .NET open source projects.
2019-10-05 06:42:21 +08:00
This repository is not an official .NET Framework support location, however, we will respond to issues filed here as best we can. Please file .NET Core product issues at [dotnet/core ](https://github.com/dotnet/core/issues ) and ASP.NET Core product issues at [aspnet/home ](https://github.com/aspnet/home/issues ).
2017-04-02 08:07:14 +08:00
2018-10-12 23:14:25 +08:00
You can try out an early access release of the .NET Framework at the [.NET Framework Early Access ](https://github.com/microsoft/dotnet-framework-early-access ) website.
2017-08-09 04:27:10 +08:00
2017-04-02 08:07:14 +08:00
## In this repository
- [.NET Framework Release Notes ](releases/README.md )
2017-04-18 07:52:04 +08:00
- [.NET Framework Documentation ](Documentation/README.md )
2017-04-02 08:07:14 +08:00
- [.NET Open Source Developer Projects ](dotnet-developer-projects.md )
- [.NET Open Source Consumer Projects ](dotnet-consumer-projects.md )
- [Free Services & Tools for Open Source .NET Projects ](dotnet-free-oss-services.md )
Please contribute to this repository via [pull requests ](https://github.com/Microsoft/dotnet/pulls )
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
2017-04-02 08:10:36 +08:00
Here are some excellent community-maintained lists of projects:
- [Awesome .NET! ](https://github.com/quozd/awesome-dotnet )
- [ASP.NET Core Library and Framework Support ](https://github.com/jpsingleton/ANCLAFS )
2015-07-17 07:11:13 +08:00
2017-04-02 12:38:40 +08:00
There are many projects that you can use and contribute to, some of which are listed below. Please do contribute to these projects!
2017-04-02 08:07:14 +08:00
### .NET Core
2015-07-17 07:11:13 +08:00
2017-04-02 08:07:14 +08:00
- [.NET Core (dotnet/core) ](https://github.com/dotnet/core )
- [.NET Core docs (dotnet/docs) ](https://github.com/dotnet/docs )
- [ASP.NET Core (aspnet/home) ](https://github.com/aspnet/home )
- [ASP.NET Core docs (aspnet/Docs) ](https://github.com/aspnet/Docs )
- [Roslyn Compiler Platform (dotnet/roslyn) ](https://github.com/dotnet/roslyn )
- [EntityFramework (aspnet/entityframework) ](https://github.com/aspnet/EntityFramework )
2018-12-13 06:05:12 +08:00
- [WPF (dotnet/wpf) ](https://github.com/dotnet/wpf )
- [Windows Forms (dotnet/winforms) ](https://github.com/dotnet/winforms )
2014-11-20 13:26:32 +08:00
2017-04-02 08:07:14 +08:00
### .NET Framework
- [.NET Framework docs (dotnet/docs) ](https://github.com/dotnet/docs )
- [.NET Framework source code - read-only subset (microsoft/referencesource) ](https://github.com/microsoft/referencesource )
2014-12-12 14:53:03 +08:00
2017-04-02 08:07:14 +08:00
### Xamarin
2014-12-12 14:53:03 +08:00
2017-04-02 08:07:14 +08:00
- [Xamarin iOS + macOS (xamarin-macios) ](https://github.com/xamarin/xamarin-macios )
- [Xamarin Android (xamarin/xamarin-android) ](https://github.com/xamarin/xamarin-android )
- [Xamarin Forms (xamarin/Xamarin.Forms) ](https://github.com/xamarin/Xamarin.Forms )
- [Mono Project ](https://github.com/mono/ )
2014-10-31 11:53:54 +08:00
2017-04-02 08:07:14 +08:00
### Community
2015-01-05 04:25:15 +08:00
2017-04-02 08:07:14 +08:00
Here is a short list of projects to check out:
2015-01-05 04:25:15 +08:00
2019-04-30 23:33:37 +08:00
* [.NET for Apache Spark ](https://github.com/dotnet/spark )
2017-04-02 08:07:14 +08:00
* [Orleans ](https://github.com/dotnet/orleans )
* [Exceptionless ](https://github.com/exceptionless/Exceptionless )
* [Glimpse ](https://github.com/Glimpse/Glimpse )
* [JSON.NET ](https://github.com/JamesNK/Newtonsoft.Json )
* [MonoGame ](https://github.com/MonoGame/MonoGame )
* [MVVM Cross ](https://github.com/MvvmCross/MvvmCross )
* [ReactiveUI ](https://github.com/reactiveui/ReactiveUI )
2014-11-11 00:14:26 +08:00
2018-10-12 23:14:25 +08:00
There are additional templates available for `dotnet new` . For more information, see [Available templates for dotnet new ](https://github.com/dotnet/templating/wiki/Available-templates-for-dotnet-new )
2017-04-26 23:58:26 +08:00
2014-11-11 00:14:26 +08:00
## .NET Foundation
2017-04-02 08:07:14 +08:00
Many .NET open source projects are part of the
2019-10-19 21:36:02 +08:00
[.NET Foundation ](https://www.dotnetfoundation.org/projects ). Microsoft has contributed many projects, including ASP.NET Core and
2017-04-02 08:07:14 +08:00
.NET Core. You may want to consider [joining the .NET Foundation ](https://dotnetfoundation.org/get-involved ).
2019-10-19 21:36:02 +08:00
Check out the [.NET Foundation Forums ](https://forums.dotnetfoundation.org/ ) to see what others are talking about, or start a new discussion to ask a question or make a point.
2014-11-11 00:14:26 +08:00
## License
2017-04-02 08:07:14 +08:00
This repository is licensed with the [MIT ](LICENSE ) license.