How to Debug Live .NET Application

Introduction One of the most time-consuming parts of application development is debugging. This already hard part of our day to day life can easily become a nightmare if the application crashes only on production and you cannot reproduce it on your local machine. Fortunately, we have .NET tools which can come really handy in these scenarios. The Problem To demonstrate what I am talking about imagine that we have an API that serves weather data....

February 27, 2021 ยท Hasan Hasanov