Tuesday, August 07, 2018

Best Exception Handling Techniques In .NET

During application development, we have to adopt a manageable strategy for handling errors to keep the user's experience pleasant and consistent. Microsoft .NET provides a list of best practices and guidelines to follow for writing less lines of code and effectively manage error and exception handling with more a logical approach of coding and designing the code modules. In this article, we will discuss best practices of exception handling, and guide you through few effective error handling strategies that you can use in your projects.

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...