WPF Disciples in 3D
Welcome to the blog of the WPF Disciples group! This is the first post to our group’s blog. Recently, Josh Smith posted on his blog about an application that displays the items of an ItemsControl in a...
View ArticleWPF Disciples has a 3D blogroll
Josh has been at it again. This time he took all of the WPF Disciple member bio’s and turned it into an interactive 3D blogroll! Check it out here.
View ArticleHandling and Reporting WPF Data Binding Validation Errors and Exceptions
This last month Karl has been obsessed with WPF business object data binding, and the .NET 3.5 support for the IDataErrorInfo interface. He posted an informative article entitled Handling and Reporting...
View ArticleDebugging in WPF – WPF Disciples tips and tricks
It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different… We have to debug and debug and debug! So the WPF Disciples decided to...
View ArticleWhy WPF is ready for LOB
A rather interesting, though horribly misnamed, thread started on the WPF Forum. The “Why WPF is not ready for LOB” thread contains quite a few insightful perspectives on the topic of WPF’s viability...
View ArticleFrameworkElement vs. FrameworkContentElement
FrameworkElement (FE) derives from UIElement. FrameworkContentElement (FCE) derives from ContentElement. Since the framework is not built on a language that supports multiple inheritance (and thank...
View Article