Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 6.1 – Online-only material
Review more details of XML documentation at the following link: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/.
Review the recommended tags for use in XML documentation at the following link: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags.
Learn Markdown in detail: https://www.markdownguide.org/.
Learn Mermaid in detail: https://mermaid.js.org/intro/getting-started.html.
More Mermaid: https://github.com/JakeSteam/Mermaid.
When you read API reference documentation, you often want to review the actual source code. For .NET APIs that have Source Link enabled, have an accessible program database (PDB) file, and are hosted in a public GitHub repository,...