Wednesday, June 11, 2008

11 More Visual Studio Shortcuts You Should Know

http://www.dev102.com/2008/05/06/11-more-visual-studio-shortcuts-you-should-know/

Tuesday, June 10, 2008

Debugging WPF Application

Tools for Debugging

Snoop -A utility to simplify visual debugging of WPF applications at runtime

Mole - It is a Visual Studio visualizer; works with WPF, WCF, WF, WinForms and ASP.NET projects. Mole not only allow the developer to view objects or data using a customized interface, but also to drill into properties of those objects and then edit them.

Other Resources

Tips for Debugging WPF bindings

General Debugging Tips