Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring, with deeper research, the topics covered in this chapter.
Exercise 4.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.
Logging during development and runtime
You should add code throughout your application to log what is happening, especially when exceptions occur, so that you can review the logs and use them to trace the issue and fix the problem. In an online-only section, you will learn how to implement basic logging; this is found at the following link:
https://github.com/markjprice/cs13net9/blob/main/docs/ch04-logging.md
Exercise 4.2 – practice exercises
Practice exercises go deeper into the topics for this chapter.
Writing functions with debugging and unit testing
Prime factors are...