Sunday, September 23, 2012

Tips and suggestions for troubleshooting and debugging WPF

TechNet Wiki  -  TechNet Articles - Troubleshooting WPF (Debugging WPF)

This article covers many techniques you can use to troubleshoot and debug your WPF application, including binding errors, exception handling, inspecting the VisualTree and logging.

Table of Contents

Windows Presentation Foundation (WPF) is a joy to develop rich user experiences with. Animations, bindings, reskinnable codeless interfaces, all backed up with traditional .Net programming all make for a very rapid development cycle. However, when something goes wrong in that autogenerated super-sexy front-end, it is not always clear where the problem is.
This article will cover some of the methods for analyzing your WPF application, troubleshooting issues, and debugging seemingly obscure errors.

...

image..."

Lots of great suggestions for debugging and troubleshooting WPF/XAML issues.

No comments: