.NET news » Debug Debug Rss Feed

< 1 2 3 4 >
Debugging Microsoft .NET 2.0 Applications
Author: John Robbins
Average rating: 4.5 / 4
(4 reviews)
More .NET Debug books
download
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.
13 Nov 2006, 09:51:00   Source: MethodLogger - Hook into method calls in .NET binaries   Tags: C# Debug
Debuging with breakpoints in ASP.NET
Explains how to debug ASP.NET application by using breakpoint's advantages.
2 Oct 2006, 10:58:47   Source: Debuging with breakpoints in ASP.NET   Tags: Debug
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.
4 Aug 2006, 18:27:52   Source: Gain Control of your .NET Logging Using log4net   Tags: Examples Debug
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.
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.
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
7 Apr 2006, 20:00:00   Source: Enhanced QuickWatch   Tags: Visual Studio Addins Debug
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.
5 Apr 2006, 19:00:00   Source: Bug Bash: Let the CLR Find Bugs For You With Managed...   Tags: Debug
< 1 2 3 4 >