Often we have some value that may or may not be null, and we want to give it a default value if its null. An awesome way to do this is to use ?? (only works in C#) and add your default value, and cast the entire thing, for example as follows: string strCustomerName