Converting ExpandObject
How ExpandObject can be converted to IEnumerable and a Dictionary
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
Indexers with multiple arguments
Writing custom indexers which accept multiple arguments
Lambda chaining in C#
Lambda Action's can be changed together in a single handle
Using XML documentation comments to enrich code
How XML documentation features can use to enhance the usability of code
Binding a query parameter to an object
Exploring binding a query parameter to an endpoint object parameter