.NET news » Debug 
Debugging Microsoft .NET 2.0 Applications
Author: John Robbins
Average rating: (4 reviews)
More .NET Debug books
MethodLogger - Hook into method calls in .NET binaries
Modifies .NET MSIL binaries to call configured methods at the beginning and end of methods in the binaries.
Debuging with breakpoints in ASP.NET
Explains how to debug ASP.NET application by using breakpoint's advantages.
Production Exception Logging for Dummies 101 (Updated)
Provides an easy-to-use "drop it in" Exception logging framework for ASP.NET 1.1 and 2.0 applications. Log to a database, receive an email with a description and a link to the reporting page with the exact exception, and even optional Syslog reporting. Complete article with source code downloads. Uses the new "Data" field in the .NET 2.0 Exception class.
4 Sep 2006, 07:04:20 Source: Production Exception Logging for Dummies 101 (Updated)
Tags: ASP.NET
Debug
LogString: A Simple C#2 Application Event Logging Class
This article presents a simple .NET 2.0 event logging class. It is designed to allow multiple threads to add events to one or more log strings and provides event driven updates for viewers.
27 Aug 2006, 23:01:00 Source: LogString: A Simple C#2 Application Event Logging Class
Tags: Debug
Testing
Gain Control of your .NET Logging Using log4net
Don't build logging capabilities for your applications from scratch; you can get robust and flexible logging functionality for your .NET applications with the free open source log4net framework, and then extend it to support custom needs.
Use The Source, Luke: Source Server Helps You Kill Bugs Dead In Visual Studio 2005
The latest releases of WinDBG and Visual Studio know exactly how to use source server, so its benefits are available to both .NET and native C++ developers. See why this is so important in tracking down bugs.
5 Jul 2006, 19:00:00 Source: Use The Source, Luke: Source Server Helps You Kill Bugs...
Tags: Source Control
Debug
Advanced Basics: Monitor Your Apps with System.Diagnostics
The System.Diagnostics namespace provides classes for interacting with event logs, performance counters, and system processes, and can really help when you've got bugs. Find out how.
26 Jun 2006, 13:50:48 Source: Advanced Basics: Monitor Your Apps with System.Diagnostics
Tags: Performance
Debug
Explore the Enterprise Library Exception Handling Block for .NET 2.0
The Enterprise Library Exception Handling Block provides all the underlying plumbing code required to handle exceptions. Stop writing repetitive exception handling code and learn how to use it in your own applications to make exception handling consistent and effective.
12 May 2006, 09:05:36 Source: Explore the Enterprise Library Exception Handling Block...
Tags: Debug
Enhanced QuickWatch
A VS.NET 2003 add-in to view Xml , Datasets and Exceptions
Bug Bash: Let the CLR Find Bugs For You With Managed Debugging Assistants
Managed Debugging Assistants make it easy to root out some very elusive bugs. Find out how the MDAs in the .NET Framework 2.0 can make your development life easier.

