Skip to main content

Home/ Coders/ Group items matching "trace" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Joel Bennett

NTrace 1.0 (Beta) - Event Tracing for Windows (ETW) for C# Developers - 0 views

  •  
    NTrace is based on ETW(Event Tracing For Windows) which is a kernel-level tracing service which has several benefits over the tracing provided in .NET... Most importantly, it can be turned on and off without restarting the application, but it also has features like built-in high performance circular logging (a circular log is one that never grows above a specified size by flushing out older Trace messages), and the ability for you to capture the logs from multiple sources into a single Trace session.
  •  
    Might be C# only, because of the build step
Joel Bennett

Tracing in .NET and Implementing Your Own Trace Listeners - 0 views

  • TextWriterTraceListener
  •  
    A good place to start if you want to do trace or debug messages from .NET, this article explains the differences between trace and debug, how you can turn them on and off, and how you can set them to trace to file or event log without recompiling. Excellent.
Joel Bennett

NTrace - High Performance Tracing for .NET Applications - CodePlex - 0 views

  •  
    NTrace is a library that provides flexible, high-performance, and zero-config Trace logging for your C# applications.
Joel Bennett

CLR Inside Out: New Library Classes in "Orcas" -- MSDN Magazine, April 2007 - 0 views

  •  
    New CLR libraries incladd-in hosting model, which was discussed in the last two editions of CLR Inside OutSupport for the Suite B set of cryptographic algorithms, as specified by the National Security Agency (NSA)Support for big integersA high-performance set collectionSupport for anonymous and named pipesImproved time zone supportLightweight reader/writer lock classesBetter integration with Event Tracing for Windows® (ETW), including ETW provider and ETW trace listener APIs
Joel Bennett

WPF Unit Testing - C# Disciples - 0 views

  •  
    There are are a couple of valuable tricks already in this toolkit: 1) a fix for NUnit (and others) to allow unit testing things which must run in STA mode. 2) a way to make your XAML data binding testable by tracing data binding warnings
Joel Bennett

JavaScript Powered PHP Debugging - 0 views

  •  
    How to use javascript pop-ups for trace messages from PHP (or any other server-side development language)...
Joel Bennett

MojoPac - 0 views

  •  
    MojoPac is somewhat like Altiris SVS, it claims it can virtualize apps so that you can run them from a USB drive and leave no trace on the host PC.
Joel Bennett

FireBug - JoeHewitt.com - 0 views

  • All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, error console, command line, and a variety of fun inspectors.
  •  
    Firebug combines some of the features of the DOM Inspector and Javascript debugger and adds features like XmlHttpRequest tracing, source charts, etc.
Joel Bennett

Gibraltar monitors errors and usage so you can build rock solid .NET software - 0 views

  •  
    "Gibraltar records and sends error and usage information to your support staff and provides powerful, yet simple analysis and visualization tools so you can triage customer issues faster, better optimize development priorities and continuously improve software quality."
1 - 9 of 9
Showing 20 items per page