Further reading and resources
While there are a lot of very interesting things to read on the web, I will mention some books from the Packt Publishing collection that I’ve found particularly useful.
C# 12 and .NET 8, by Mark J. Price
If you are learning .NET, it is impossible not to recommend Mark J. Price’s book. This book covers everything you need to know about .NET development. Also, Mark updates his book with every new version of .NET. The latest edition, at the time of writing, is the one covering .NET 8.

To learn more about this book, please visit https://www.packtpub.com/en-ca/product/c-12-and-net-8-modern-cross-platform-development-fundamentals-9781837635870.
Refactoring with C#, by Matt Eland
When building your CLI application, you will most likely have to deal with existing code, and you may need to refactor it in order to make it safer and improve its performance. When this happens, you will be happy to have this book...