Managed Exceptions - 06

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Some exceptions dont cause your application to crash. Some do. Either way, developers should work to rid their applications of exceptions for both stability and performance reasons. Special guest Mario Hewardt joins us as we discuss how to detect the presence of these exceptions, how to gather vital data on them in a relatively non-intrusive fashion, and how to find root cause. And since this is all done in the production environment, we wont have Visual Studio available. http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01 .NET Debugging Starter Kit for the Production Environment, Part 1
http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02" target="_self .NET Debugging Starter Kit for the Production Environment, Part 2
http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03" target="_self .NET Debugging Starter Kit for the Production Environment, Part 3
http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04" target="_self .NET Debugging Starter Kit for the Production Environment, Part 4
http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05" target="_self .NET Debugging Starter Kit for the Production Environment, Part 5 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5b484c5f2ae74191a168a040012acb5e

View the full article
 
Back
Top