Home > Article > Backend Development > Where is the c# development documentation?
The official documentation for C# is located on the Microsoft Docs website (https://docs.microsoft.com/dotnet/csharp/) and is divided into five main sections: Language Reference, Library Reference, Tutorials, Articles, and Guides. These sections provide detailed information about the C# language, libraries, fundamentals, advanced topics, in-depth articles, best practices, domain-specific advice, and guides.
C# Development Documentation Location
The official documentation for C# is located on the Microsoft Docs website:
https ://docs.microsoft.com/dotnet/csharp/
This site provides comprehensive and up-to-date documentation for the C# language, libraries, and runtime.
Documentation Structure
The C# documentation on the Microsoft Docs website is divided into several major sections:
Using the documentation
When using the C# documentation, you can find the information you need by:
The above is the detailed content of Where is the c# development documentation?. For more information, please follow other related articles on the PHP Chinese website!