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/cs14net10/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/cs14net10/blob/main/docs/ch06-writing-better-code.md.
Extension members
You can learn more about the design decisions for extension members at the following link: