Avoiding null reference exceptions
When a null reference exception is displayed to the user, this indicates a defect in the code resulting from an error on the part of the developer. Here are some ideas on how to prevent these errors. My top recommendation for people who care about software quality, and are also using the.net programming platform, is … Read more