253 Views
Over the last couple articles, we have looked at nullability in C#. When we have nullability enabled, we need to respond to warnings that come up in our code. Sometimes when we come across a null value, we would like to replace it with a default non-null value.
0 comments