Goodbye, NullReferenceException: What it is and how to avoid it

from blog Just Some Code, | ↗ original
This exception doesn’t need an introduction. I bet you already have found the exception message: “Object reference not set to an instance of an object.” In this series of posts, let’s see some techniques to completely eliminate the NullReferenceException from our code. In this post, let’s see when NullReferenceException is thrown and a strategy...