Diagnostics Book
-
I am looking for a good book that explores .net diagnostics in depth such as topics about Tracing, Listeners, Event Logs etc. in .NET. Does anyone have any suggestions? I can't find any so far. Mark Sanders
-
I am looking for a good book that explores .net diagnostics in depth such as topics about Tracing, Listeners, Event Logs etc. in .NET. Does anyone have any suggestions? I can't find any so far. Mark Sanders
See the Microsoft Patterns and Practices[^] section. They have books available for download as PDFs (you can also buy them as books, but the PDFs are complete). One or two go into depth with instrumenting your application, like the Enterprise Instrumention block. As far as trace listeners, the documentation for the
TraceListener
in the .NET Framework SDK should be sufficient. There isn't much you can do with these, though, which is where the EI comes into play.Microsoft MVP, Visual C# My Articles