Always Developing

always learning | always growing | always paging (29)

MaybeNullWhen attribute usage

How the MaybeNullWhen attribute can be used to give more information to the compiler about your code


Read more...


Expanding on an property initializer

Adding additional values to a Dictionary property initializer


Read more...


For loop lowering in C#

Discovering how C# lowers for a loop to a while loop


Read more...


Type conversion with the implicit operator

How the implicit operator can be used to convert one type to another easily


Read more...


T-SQL enhancements in SQL Server 2022

Exploring some of the more useful T-SQL enhancement coming with SQL Server 2022


Read more...