Chapter 1, Day 01 - Overview of the .NET Framework, gets you familiar with C#, including .NET Framework and .NET Core.
Chapter 2, Day 02 - Getting Started with C#, gives you a basic understanding of C# by iterating through the type system and the use of various constructs. The use and importance of reserved keywords, understanding statements, type conversions.
Chapter 3, Day 03 - What's New in C#, gets you familiar with various new important features introduced in versions 7.0 and 7.1.
Chapter 4, Day 04 - Discussing C# Class Members, explains the fundamentals of class and its members will be explained including indexers, the filesystem, exception handling, and string manipulation with regular expressions.
Chapter 5, Day 05 - Overview of Reflection and Collections, covers working with code using reflection, and an introduction to collections, delegates, and events.
Chapter 6, Day 06 - Deep Dive with Advanced Concepts, teaches you about implementing attributes, using preprocessors, and understanding generics and their usage, including sync and async programming.
Chapter 7, Day 07 - Understanding Object-Oriented Programming with
C#, In this chapter we will learn all 4-paradigm of oop and implement using C# 7.0.
Chapter 8, Day 08 - Test Your Skills – Build a Real-World Application, helps you to write a complete application with the help of what you learned from this book.