Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/dotnet
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.
https://github.com/microsoft/dotnet
Last synced: 13 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/microsoft/dotnet
- Owner: microsoft
- License: mit
- Created: 2014-10-23T21:58:29.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:05:06.000Z (6 months ago)
- Last Synced: 2024-05-16T08:28:38.635Z (6 months ago)
- Language: HTML
- Homepage: https://devblogs.microsoft.com/dotnet/
- Size: 3.05 MB
- Stars: 14,136
- Watchers: 1,337
- Forks: 2,192
- Open Issues: 251
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# .NET Home
This repository is a starting point to learn about and engage in [.NET](https://dot.net) and .NET open source projects.
This repository is not an official .NET or .NET Framework support location, however, we will respond to issues filed here as best we can. Please file .NET product issues at main project repos below.
## 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)
## Finding .NET Open Source Projects
Here are some excellent community-maintained lists of projects & libraries:
- [Awesome .NET](https://github.com/quozd/awesome-dotnet)
- [Awesome .NET MAUI](https://github.com/jsuarezruiz/awesome-dotnet-maui)
- [Awesome Blazor](https://github.com/AdrienTorris/awesome-blazor)There are many projects that you can use and contribute to, some of which are listed below. Please do contribute to these projects!
### .NET
- [.NET (dotnet/core)](https://github.com/dotnet/core)
- [.NET Aspire (dotnet/aspire)](https://github.com/dotnet/aspire)
- [.NET MAUI (dotnet/maui)](https://github.com/dotnet/maui)
- [ASP.NET Core (dotnet/aspnetcore)](https://github.com/dotnet/aspnetcore)
- [C# (dotnet/csharplang)](https://github.com/dotnet/csharplang)
- [Entity Framework Core (dotnet/efcore)](https://github.com/dotnet/efcore)
- [F# (dotnet/fsharp)](https://github.com/dotnet/fsharp)
- [ML.NET (dotnet/machinelearning)](https://github.com/dotnet/machinelearning)
- [Roslyn Compiler Platform (dotnet/roslyn)](https://github.com/dotnet/roslyn)
- [Windows Forms (dotnet/winforms)](https://github.com/dotnet/winforms)
- [WPF (dotnet/wpf)](https://github.com/dotnet/wpf)### .NET Docs
- [.NET docs (dotnet/docs)](https://github.com/dotnet/docs)
- [.NET Aspire docs (dotnet/docs-aspire)](https://github.com/dotnet/docs-aspire)
- [.NET MAUI docs (dotnet/docs-maui)](https://github.com/dotnet/docs-maui)
- [ASP.NET Core docs (dotnet/AspNetCore.Docs)](https://github.com/dotnet/AspNetCore.Docs)
- [Entity Framework docs (dotnet/EntityFramework.Docs)](https://github.com/dotnet/EntityFramework.Docs)### .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)### Xamarin
- [Xamarin iOS + macOS (xamarin/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:
* [.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)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)
## .NET Foundation
Many .NET open source projects are part of the
[.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/community/).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.
## License
This repository is licensed with the [MIT](LICENSE) license.