Is there a way to get immediate feedback / insight on the impact of a XAML change in a WPF application? that is, without having to recompile / run? In VS2010.
In particular, I ask for this, since I use Charting from the WPF Toolkit library of tools, and I would like to see a change in the user interface that I create after changing various chart diagrams, etc., but without having to recompile / run and etc. (if possible)
source
share