views:

42

answers:

1

Hi,

I'm looking for advice for books on .NET debugging, with an emphasis on topics such as debugging memory leaks, performance issues and so forth.

So if you know a good book covering these topics, please drop an answer.

Thanx!

+2  A: 

Debugging Applications for Microsoft .NET and Microsoft Windows

Debugging Microsoft .NET 2.0 Applications

Advanced .NET Debugging by Mario Hewardt

Eugene Cheverda
+1 for the second. Worth also following John Robbins' blog: http://www.wintellect.com/CS/blogs/jrobbins/default.aspx
Richard