Greg Low has published all the presentations from the SQL Down Under Code Camp in 2008, including a short one by myself
http://www.sqldownunder.com/Sessions2008/tabid/299/Default.aspx
The main part was the demo of a simple migration which unfortunately is too large to include.
Archive for April, 2009
Sybase to SQL Server Migration Powerpoint Presentation Available
April 24, 2009Displaying HTML text in Silverlight
April 24, 2009I’m displaying text in my Silverlight 3 application that is using HTML markup, for example:
うんどうかい で <b> いち </b> い に なった よ
the <b> tag makes the letter bold, but there is no standard text control in the Silverlight toolbox to process this as rich text such as:
うんどうかい で いち い に なった [...]
Formatting Code in WordPress
April 14, 2009I havn’t blogged for a while.. possibly for the fact that it was a bit painful to get my code to come up correctly.
Well, here is a test post
/// <summary>
/// Just a test
/// </summary>
public interface IBlobDriveObject
[...]