Always Developing

always learning | always growing | always paging (32)

TryAddEnumerable to configure dependency injection

How TryAddEnumerable operates differently to the other DI methods


Read more...


Binary and hexadecimal conversion

Using the Convert class to convert a integer to binary or hexadecimal


Read more...


Sortable Guids using NewId

How sortable, but unique, Guids can be generated using the NewId library


Read more...


The cost of Nullable variables

Nullable variables are a useful feature, but come with a performance cost


Read more...


Creating objects without calling the constructor

Using GetUninitializedObject to create objects without calling the object constructor


Read more...