XAMLer - now with more xaml

July 1

WPF Binding Modes
If you're like me who was only a casual user of the binding process prior to WPF, you would bind a control to some data and call it a day. It was either bound or it wasn't. Well there is a little more to it than that and we'll see why that is a good thing....

June 23

Binding to instance properties
Binding in WPF is a powerful and useful way to populate controls. You can bind to many different types of data sources in many different ways. One way that I am very comfortable with is using a normalized relation database like SQL, pulling data out an...

WPF Binding Modes

If you're like me who was only a casual user of the binding process prior to WPF, you would bind a control to some data and call it a day. It was either bound or it wasn't. Well there is a little more to it than that and we'll see why that is a good thing....


0 comments :: blogged 7/1/2008



Binding to instance properties

Binding in WPF is a powerful and useful way to populate controls. You can bind to many different types of data sources in many different ways. One way that I am very comfortable with is using a normalized relation database like SQL, pulling data out an...


0 comments :: blogged 6/23/2008



Simple HttpSessionState management

There are a few blogs with very interesting ways to manage objects stored in the session. Some of these approaches offer very cool ways to maintain static typing yet still only store what you need to in the session. The way that we will approach this issu...


1 comments :: blogged 5/8/2008



Anatomy of a software issue

an image of rays going through a blue sky When something goes wrong with a program, there are many factors involved. If you are a developer at a company, chances are you are the last line of defense a...


0 comments :: blogged 5/1/2008



Getting started with XAML

firefoxThe learning curve for WPF an XAML is steeper than Microsoft might have you believe.This is largely because developers used to coding up a Windows Forms interface primarily worked with a built ...


1 comments :: blogged 4/24/2008