I can’t count the number of times someone has asked me about running a time consuming task on a separate thread, but at the same time show a progress dialog with up-to...
As promised, I am posting the sample code I covered in the presentation for everyone to download and start playing with. If you have any questions or would like me to...
You probably have had the need to sort an ObservableCollection at some point in one of your applications by either ascending or descending order. Of course, you...
If you use CSLA and use GUIDs as your unique identifiers you may have need to make them required for a particular object’s property. It isn’t as difficult to do as you...
Okay, so I have been asked this question more than almost any XAML related question in the past few weeks; How do I debug XAML? The problem with XAML’s powerful binding...
Do you have a WPF application that just seems to be slow in some areas and have no idea on how to track it down? Enter the WPFPerf profiling tool. WPFPerf is a...
So you want to format the output of information but don’t want do it in code behind or write a value converter to do it. Well, good news, you don’t...
So you want to use a Ribbon toolbar similar to Microsoft Word in your applications, but you don’t want to purchase one from a third party. Well if you haven’t heard...
Thank you all for attending my presentation on WPF. I hope you left the room with a better understanding of WPF and how you can start using it in your applications. As...
Thursday’s NETDUG meeting was a blast. There were a lot of great questions and I hope everyone walked away with a better understanding on how to get started with WPF. As...