
C# 13 and .NET 9 – Modern Cross-Platform Development Fundamentals
By :

Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with more in-depth research.
Online material can be extra content written by me for this book, or it can be references to content created by Microsoft or third parties.
Read the following online-only section to learn how to manage memory with reference and value types:
https://github.com/markjprice/cs13net9/blob/main/docs/ch06-memory.md
Read the following online-only section to learn how to use analyzers to write better code:
https://github.com/markjprice/cs13net9/blob/main/docs/ch06-writing-better-code.md
Explore inheritance hierarchies by following these steps:
Exercise_Inheritance
to your Chapter06
solution.