Always Developing

always learning | always growing | always paging (2)

Expression-body constructor

How to write a constructor body as an expression


Read more...


Calling an async method in a constructor

Using lazy initialization to call an async method from a constructor


Read more...


Case-less Dictionary keys

How to ignore the case of Dictionary keys when performing operations


Read more...


LINQ lambda vs method group

Comparing lambda and method groups when using LINQ


Read more...


Task.Delay accuracy

Learning about the accuracy of Task.Delay with small time frames


Read more...