WPF Screen Saver Template for Visual Studio 2008
I wanted to build a screen saver and came across Karen’s template which is made for Visual Studio 2005 and .NET 3.0. Since I’m on Visual Studio 2008 and .NET 3.5, I took Karen’s template and made some...
View ArticleDeveloping a Robust Data Driven UI Using WPF – Introduction
WPF, Microsoft’s not-so-new-anymore UI technology offers new capabilities allowing both developers and designers to work together to achieve a stunning experience for their applications.Power, however,...
View ArticleDeveloping a Robust Data Driven UI Using WPF – The DataModel
In the first post in the series I gave an overview of the pattern we’ll be using. This post will go deeper into the DataModel, as defined in the previous post:The DataModel is defined exactly as the...
View ArticleDeveloping a Robust Data Driven UI Using WPF – Stock DataModel Sample
On the previous post in this series we looked into the DataModel component in our architecture in detail and defined an abstract DataModel base class to derive our models from. On this post we’ll...
View ArticleDeveloping a Robust Data Driven UI Using WPF – An Overdue Summary (and full...
I wrote the stocky application more than a year ago as a research project aimed at proving that using WPF we can separate presentation metadata (XAML) from program logic. The goal was to provide the...
View Article