dotnet/README.md

77 lines
3.7 KiB
Markdown
Raw Normal View History

2014-10-24 06:49:41 +08:00
# .NET Home
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).
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.
## In this repository
- [.NET Framework Release Notes](releases/README.md)
- [.NET Framework Documentation](Documentation/README.md)
- [.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
## 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!
### .NET Core
2015-07-17 07:11:13 +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)
- [WPF (dotnet/wpf)](https://github.com/dotnet/wpf)
- [Windows Forms (dotnet/winforms)](https://github.com/dotnet/winforms)
### .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
### Xamarin
2014-12-12 14:53:03 +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/)
### Community
Here is a short list of projects to check out:
2019-04-30 23:33:37 +08:00
* [.NET for Apache Spark](https://github.com/dotnet/spark)
* [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
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)
2014-11-11 00:14:26 +08:00
## .NET Foundation
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
.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
This repository is licensed with the [MIT](LICENSE) license.