dotnet/README.md

70 lines
3.2 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.
This repo 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).
## In this repository
- [.NET Framework Release Notes](releases/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
There are many projects that you can use and contribute to, some of which are listed below. Please do contribute to these projects!
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
### .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)
### .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:
* [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)
* [Mobius: C# API for Apache Spark](https://github.com/Microsoft/Mobius)
* [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
## .NET Foundation
Many .NET open source projects are part of the
[.NET Foundation](http://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).
Check out the [.NET Foundation Forums](http://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.