Geeklog
There's no place like 127.0.0.1 - ramblings about programming

Silverlight DataTemplateSelector

September 11, 2009 19:03 by The Geek
You may or may not be aware that WPF supports System.Windows.Controls.DataTemplateSelectors.  As the documentation says, this class provides a way to choose a DataTemplate based on the object that it is bound to.  This is really useful behaviour, even though it may not be a daily task.&nbs... [More]

LOB Presentation Layer

February 21, 2009 15:00 by The Geek
I have recently been experimenting with different options with a view to finding "The Best" thing for implementing line of business applications. As you probably know, there are many ways of achieving any one goal - choosing one option will often solve most, but not all of the prob... [More]