A great WPF localization package
CodeProject Several months ago I needed to localize a WPF application (it had to have English and German versions). I found an excellent localization package for WPF on the internet and used it for my...
View ArticleBinding without WPF
CodeProject This article is originally published at nickssoftwareblog.com I was saying before that WPF introduced a lot of concepts that are actually bigger than WPF and can be applied to purely...
View ArticleAProperties and Bindings outside of WPF Revisited
AProperties and Bindings outside of WPF Revisited CodeProject In the past I had a series of blog posts about re-implementing WPF concepts outside of WPF (see Codeproject: Binding without WPF,...
View ArticleBind Markup Extension
CodeProject I continue a series of blog posts about implementing WPF concepts outside of WPF. Even though, the purpose of these articles is to show how to implement and use WPF concepts outside of WPF,...
View ArticleTree Structures and Navigation
Code Location The code for this blog post can be downloaded from TreeTestsCode.zip. Introduction CodeProject I continue a series of blog posts about implementing WPF concepts outside of WPF. This post...
View ArticleAttached and Routed Events outside of WPF
Code Location CodeProject The code for this blog post can be downloaded from AttachedRoutedEvents.zip. Introduction Here I continue a series of blog posts regarding implementing WPF concepts outside of...
View ArticleData Templates Implementation Outside of WPF
Data Templates Implementation Outside of WPF CodeProject Code Location The code for this blog post can be downloaded from NonWPFDataTemplatesTests.zip. Introduction Here I continue a series of blog...
View Article