ASP.NET Performance issue: Large number of application restarts due to virus scanning
Issues caused by frequent application restarts are pretty common. If you are interested in what causes application restarts in general, and how you can monit...
Issues caused by frequent application restarts are pretty common. If you are interested in what causes application restarts in general, and how you can monit...
When you debug .net applications you will sometimes get error messages in windbg. Here are a few of the ones I most commonly get questions around…
When you use authenticode signed assemblies in an application, the application needs to go out and check the certificate revocation lists (CRLs) to verify th...
Today I came across a really good article for bloggers, Scott Hanselmans post on Blog Interesting - 32 Ways to Keep Your Blog from Sucking
If I were to pick out ten keywords for my blog I would pick, in no particular order, ASP.net, windbg, sos, debugging, .net exceptions, memory leaks, performa...
I have written a few posts about StackOverflowExceptions, here, here, here and here. The one I am going to talk about today is one of those unfortunate cases...
This question that I got from a reader is something that I get asked pretty frequently
From time to time I get questions like our process spawns a lot of threads, how do we know who created them? or can I tell how many times we call this method...
I got a question the other day around calling GC.Collect and GC.WaitForPendingFinalizers.
From time to time I get questions about how to change settings in windbg like this one…