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
Creating scopes with braces
Creating scopes with braces without any statements