July 2015
Intermediate to advanced
1300 pages
87h 27m
English
The .NET Framework offers the ability to interact with the debugger via managed code. You can use two classes, System.Diagnostics.Debug and System.Diagnostics.Trace, to verify conditions and evaluations that can be useful to provide feedback about your code if it is working correctly. Information generated by these classes can eventually be added to the application.
Debug and Trace are Shared
Both Debug and Trace classes are zero-instance shared classes and therefore expose only shared members.
Read now
Unlock full access