Visual Studio’s Immediate Window opens up the opportunity to do some weird and wonderful things when debugging.
We will see how to use Ozcode to search for objects in a very complex object graph.
Learn how Ozcode can be used to search through collections and focus on a subset of records.
LINQ is a great feature of C#, but debugging queries can be a nightmare. Learn how to sleep better with LINQ.
Debugging collections can be extremely difficult. Learn how to use conditional breakpoints and stop wearing your finger out hitting F5.
Not all debug sessions were created equal; some are easier while others require remote connecting to a specific machine only on Wednesday at midnight.