Null Propagation in C#: When Contracts Become Optional
Null propagation is one of those C# features that feels obviously helpful. The code is short, avoids the obvious NullReferenceException, and handles uncertainty without ceremony. In the right place, that is exactly what you want. But this line also...

RSS - Posts