Recent Posts

ASP.NET Hang: Authenticode signed assemblies

4 minute read

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...

Setting breakpoints in .net code using !bpmd

3 minute read

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...