.Net production debugging

| Labels: | |

All of us developers or technical pepole need to debug applications and solve some sort of production problems. also we need to understand why runtime crash may happend and how memroy problems happend and how the CLR manage memory at runtime.

one resource that helped me alot in undrstanding all of these aspect is the pattern and practice article Production Debugging for .NET Framework Applications
you can find it in the msdn here http://msdn2.microsoft.com/en-us/library/ms954594.aspx

0 comments: