Welcome to Geekdojo Sign in | Join | Help

December 2003 - Posts

ObjectSpaces Sample Code from PDC now available

Thanks Andrew for posting the links to Luca's sample code from his PDC presentation.  This is good stuff!  
posted by jez | 0 Comments
Filed Under: ,

Why bother learning XAML?

I must say I am pretty hesitant to spend much time learning much about XAML right now since I think we are going to have a lot of options to develop XAML apps visually in the future.  The most interesting buzz that I have heard is about Microsoft's Sparkle.
posted by jez | 0 Comments
Filed Under:

Binding an Enum to a List Control

At work we use a fair amount of enumerators in our code to define the values for lookup tables in the database.  This a great way to implement these values because it avoids magic numbers and is easier to read and to maintain.  But as much as I like working
posted by jez | 2 Comments
Filed Under: