What are some useful utilities that help you when writing WPF applications? I know about Snoop for visual debugging of WPF applications at runtime, and Shazzam - a WPF pixel shader effect testing tool.
I'd like to know about other such applications and what are they useful at.
To get started, run Snoop.exe and the application you want to inspect. The Snoop window contains a bar with multiple buttons. To attach Snoop to your application, drop the Crosshair button on the application's window. You can also select the application in ComboBox and click the Binoculars button.
We can close the window either by using "this. Close()"or by using "App. Current. Shutdown()".
Snoop is an open source WPF spying utility originally created by Pete Blois and is currently maintained by Bastian Schmidt. It allows you to spy/browse the visual, logical and automation tree of any running WPF application (without the need for a debugger).
All replies. WPF only runs on windows. You can make a type of wpf application called xbap which runs in a browser.
There are whole bunch of tools for WPF, and more and more are popping up as WPF grows in popularity. I have listed a few of the most useful ones below, but it really depends on what you are wanting to achieve.
For instance, for me the Sketchflow plugin in Blend has made such a difference. Also, with VS2010 comming to release next year you will see the integration of VS2010 with WPF being a lot more fluid.
WPF/XAML Specific Utilities
I also agree with Andrew, if you are looking at doing a lot of WPF development it is worth giving the MVVM pattern a look at as I feel this is one pattern that does expose a lot of power behind WPF.
Also, if you havent had a look at PRISM, give it some time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With