TryAddEnumerable to configure dependency injection
How TryAddEnumerable operates differently to the other DI methods
Binary and hexadecimal conversion
Using the Convert class to convert a integer to binary or hexadecimal
Sortable Guids using NewId
How sortable, but unique, Guids can be generated using the NewId library
The cost of Nullable variables
Nullable variables are a useful feature, but come with a performance cost
Creating objects without calling the constructor
Using GetUninitializedObject to create objects without calling the object constructor