Neat .NET 2.0 StackViewer to troubleshoot hangs/performance issues
Bret wrote a post about Managed Stack Explorer, a really nice tool that was developed in 2006 but since then seems to have been forgotten.
Bret wrote a post about Managed Stack Explorer, a really nice tool that was developed in 2006 but since then seems to have been forgotten.
I recently got an email with the following question:
A colleague of mine, John Allen, created an awesome tool way back that displays memory usage in a process very nicely. I use screenshots from it from time to...
Since a .net exception is a .NET object like any other, it gets stored on the GC heap when you (or some code you call) calls new XXException().
After installing .NET 3.5 SP1 you may get Validation of viewstate MAC failed exceptions when doing post backs on ASP.NET pages
A few weeks back me and Micke (one of our Architect Evangelists) had a session at TechDays where we talked about “things that looked good on paper” i.e. thin...
During mine and Micke’s presentation at TechDays this week I showed a demo of setting up rules with Debug Diag to identify the cause of a crash in an ASP.NET...
I was working on some Silverlight samples and needed an image that could flip over.
Yesterday I had a nice chat with Richard and Carl at .NET Rocks. We talked about .net, debugging, memory issues and a bunch of other stuff, and in the end I ...
This lab series is not really in-line with my normal debugging posts, but I just created a simple Traffic Jam game in Silverlight and thought I’d make it int...