* Add docs

* Clarify role of .NET Framework docs

* Update official-docs.md
This commit is contained in:
Rich Lander 2017-03-31 16:46:37 -07:00 committed by Peter Marcu
parent e1f1ab3d26
commit 97c5c28042
2 changed files with 20 additions and 0 deletions

5
Documentation/README.md Normal file
View file

@ -0,0 +1,5 @@
# Documents Index
This repo includes documents that explain how to use and build the product. It also provides detailed information about the project.
- [Microsoft official docs](official-docs.md)

View file

@ -0,0 +1,15 @@
# 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
- [Conceptual docs](https://docs.microsoft.com/dotnet/articles/core/)
- [API docs](https://docs.microsoft.com/dotnet/core/api/)
## .NET Framework
- [Conceptual docs](https://msdn.microsoft.com/library/w0x726c2.aspx)
- [API docs](https://msdn.microsoft.com/library/mt472912.aspx)
Note: .NET Framework docs will be moving to docs.microsoft.com in 2017.