Snippets tagged nullable types

  • Preempting NullReferenceExceptions

    When interfacing .NET libraries that potentially yield null values, a lot of boilerplate code is required to ensure no NullReferenceExceptions are raised. This is an attempt to avoid such repetition with computation expressions.

    5 people like this

    Posted: 11 years ago by Eirik Tsarpalis