Browse by Tags

All Tags » WPF   (RSS)
This week I was debugging a problem with a WPF application.  Actually, it being a WPF app had little to do with the problem.  No, what I was testing was the installer process.   We’re writing a new WPF frontend for an existing system and Read More...
A fair portion of the time, the content of a FrameworkElement is text. Some elements, like TextBox and TextBlock make this obvious, by providing a Text property. The Text Property is of type String and it trivially easy to set in XAML. [example]   Read More...
Data is at the heart of virtually any business application.  WPF ships with a flexible data binding engine that simplifies writing data centric applications.  I spend a lot of time during my WPF class talking about this data-binding feature.  Read More...
The last couple months have been a hectic flurry of activity. Not only have I been at several conferences and the MVP summit I've also been putting the finishing touches on our Mastering Microsoft Surface™ Development with WPF class.  This Read More...