C# 8.0 nullable references: prepare today by not misusing 'as' by @endjin endjin.com
If you're not ready to enable nullable references in your C# projects today, you can still develop habits that will make adoption easier if you eventually decide to tackle it. In this post I'll look at one such technique: avoiding a popular misuse of C#'s as operator.
Report Story
Leave Your Comment