Always Developing

always learning | always growing | always paging (31)

Destructing a Dictionary record into a Tuple

A Dictionary key-value pair can be destructed into a Tuple


Read more...


Lambda vs local function performance

Exploring the performance of a lambda function vs a local function


Read more...


Method currying basics in C#

A simple introduction to method currying in C#


Read more...


Visual Studio layouts

Customizing and switching between Visual Studio layouts


Read more...


Converting ExpandObject

How ExpandObject can be converted to IEnumerable and a Dictionary


Read more...