ASP.NET Memory - How much are you caching? + an example of .foreach
I was writing a post on debugging a high memory usage problem caused by storing too much in session scope, but I realized I got in to tangent discussions all...
I was writing a post on debugging a high memory usage problem caused by storing too much in session scope, but I realized I got in to tangent discussions all...
It always feels like issues come in clusters. One week we get tones of cache related cases, next week everyone is stuck in some lock and so on. Lately I have...
Not sure if anyone is reading this blog, but if you are and there is something specific you want me to blog about please let me know.
Yes, you read it right… it’s not only a debugger, for only $19.95 extra, we’ll throw in a free calculator and chat client:) and you can even run applications...
Windbg.exe and its friends can be installed from here
The situation here is that the server at times slows down considerably, or even hangs completely. Requests start timing out and no new requests seem to be ge...
When looking at a dump, a lot of the art of debugging (I like to call it an art because it makes me feel more important:)) is knowing what you can ignore so ...
Symbols can contain information about global variables, local variables, function names, parameters, structures and source line numbers.
If you get tired of starting the debugger, loading your dump, setting up your sympath, loading your extensions, etc. etc. here is a nifty way of getting “Deb...
This may seem like a preposterous statement, but unfortunately it’s all too common.