Always Developing

always learning | always growing | always paging (27)

IEnumerable's lazy evaluation

Defer execution of IEnumerable returning methods until iteration


Read more...


Environment specific startup Configure methods

How environment specific named Configure methods can be used during startup


Read more...


Exploring the new required properties

Learning about the new required keyword potentially coming with C#11


Read more...


Configuration from memory with AddJsonStream

Using AddJsonStream to load configuration in a unit test


Read more...


SQL wildcard characters

Diving into the SQL wildcard characters (beyond %)


Read more...