Separating pinned documents
Pinned documents in Visual Studio can be separated for better organization
Soft deletes with EF global filters
How EF Core global filters can be used to simplify soft deletes
Line breaks in string interpolation
Line breaks allowed in interpolation expressions with C#11
Creating a task in a task
Exploring what happens when creating a task from within a task
Chaining null-coalescing operator
Looking into how the null-coalescing operator can be chained together
Executing code before Main
Exploring the ways code can be execute before the Main method is called
Accessing private variables
In certain scenarios private variables can be accessed externally
Using Partitioner to improve parallel processing
How chunking parallel tasks with Partitioner can improve performance