Always Developing

always learning | always growing | always paging (46)

Enum validity with IsDefined

Check the validity of an enum with with the IsDefined method


Read more...


Evolution of multi case switch statements

Various ways of handling multiple case switch expressions in C#


Read more...


Duck typing in C#

What is duck typing and how does it work in C#?


Read more...


Lazy loading objects with Lazy<>

Defer the loading of large objects until require with Lazy<>


Read more...


Customize debugger class display

Customize how classes are displayed when debugger


Read more...