By tag: Diagnostics
0
kicks
Sending the LINQ To SQL log to log4net
A small class that help you redirect DataContext(LINQ to SQL) messages to log4net
0
kicks
Sertool - A serialization diagnostics tool
If you've ever had a complex data structure to serialize, only to find that - somewhere, somehow - something non-serializable has been referenced by your structure, you will find this tool indispensible.
Sertool crawls an object graph and outputs the details of all objects that will be serialized...
0
kicks
How To Get The Calling Method And Type
Here are a couple of useful methods for getting information about the caller of a method. The first returns the calling method of the current method. The second returns the type of the caller. Both of these methods require declaring the System.Diagnostics namespace.