Failing Fast
Raise your hand if you have seen this before in your development or production error logs.
System.NullReferenceException: Object reference not set to an instance of an object.
As you might have guessed, this is informing us that we are calling a met...
qualitysoftwarematters.com4 min read