dotnet-core/Documentation/official-docs.md

14 lines
617 B
Markdown
Raw Permalink Normal View History

# Official Microsoft Docs
Microsoft maintains official documentation for .NET, listed below. Both .NET Core and .NET Framework docs are relevant to .NET Core developers, both because many .NET Framework APIs are part of .NET Core (most relevant for .NET Core 2.0) but also because you can reference .NET Framework libraries with .NET Standard 2.0.
## .NET Core
2017-08-10 17:38:50 +02:00
- [Conceptual docs](https://docs.microsoft.com/dotnet/core/)
- [API docs](https://docs.microsoft.com/dotnet/api/)
## .NET Framework
2017-08-10 17:38:50 +02:00
- [Conceptual docs](https://docs.microsoft.com/dotnet/framework/)
- [API docs](https://docs.microsoft.com/dotnet/api/)