Q&A Reader emails about .NET memory leaks and random questions
Here are of some of the reader emails I got this week and my answers to them…
Here are of some of the reader emails I got this week and my answers to them…
I was helping a colleague out with an OOM (OutOfMemory) situation he was dealing with.
I have probably mentioned this before, but I think it is worth mentioning again because of the frequency of this issue.
From time to time we get issues with high memory and performance issues due to massive viewstate. I have talked about it before here, but I thought I’d show ...
When you have to pass an object back and forth between processes or application domains you have to serialize it into some type of stream that can be underst...
A while back I posted about Failed Request Tracing in IIS 7 and I mentioned the command appcmd list requests which lists the requests that are currently exec...
Earlier this week I was doing a presentation and since the company I presented for had mostly win forms developers I wanted to convert all my ASP.NET debuggi...
If you have hangs, performance, memory issues, exceptions or crashes in Silverlight applications you can debug them using windbg and sos just like you would ...
I got an email with some questions around application domains, application pools and unhandled exceptions from a developer that was frequently seeing his web...
I know I’m a little late in the game, but I decided that after vacation it was finally time for me to install Windows 2008 on my Vista box and play around wi...