Creating a memory dump in C# devblogs.microsoft.com
In this article, we’ve seen how easy it can be to have our application create memory dumps when it encounters performance issues or an unresponsive thread pool, allowing us to analyze the state of th…