Always Developing

always learning | always growing | always paging (41)

Chaining null-coalescing operator

Looking into how the null-coalescing operator can be chained together


Read more...


Executing code before Main

Exploring the ways code can be execute before the Main method is called


Read more...


Accessing private variables

In certain scenarios private variables can be accessed externally


Read more...


Using Partitioner to improve parallel processing

How chunking parallel tasks with Partitioner can improve performance


Read more...


Creating scopes with braces

Creating scopes with braces without any statements


Read more...