Always Developing

always learning | always growing | always paging (12)

List capacity and performance

How setting a Lists capacity explicitly can improve performance


Read more...


Switch expression and string interpolation

Switch expressions inside string interpolation expression with C#11


Read more...


Primitive obsession and Value Records

Leveraging records to assist overcoming primitive obsession


Read more...


Platform specific path separator

The Path class contains platform specific characters


Read more...


Generic List property wrapping

Putting a generic List property behind a class to created cleaner code


Read more...