Practicing and exploring
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.
Exercise 6.1 – Online material
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.
Managing memory with reference and value types
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
Writing better code
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
Exercise 6.2 – Practice creating an inheritance hierarchy
Explore inheritance hierarchies by following these steps:
- Add a new console app named
Exercise_Inheritance...