BlogEngine.NET, Silverlight »

[28 Nov 2008 2:00 PM | 28 Comments]

A simple Silverlight BlogEngine.NET control. [More]

Silverlight »

[26 Nov 2008 9:40 AM | 0 Comments]

Before Silverlight 2 one had to go through loops to implement a timer, resulting in many different hacks. Now no more.  Simple.  Elegant.  Logical.  Common sense. 1: System.Windows.Threading.DispatcherTimer t = new DispatcherTimer(); ... [More]

Silverlight »

[25 Nov 2008 8:46 PM | 5 Comments]

blank_page Value converts are one of the most important features of the .NET Framework that I use daily.  In Silverlight you use value converters to format binded data to your liking.  For example, formatting a date to a specific DateFormat (January 1, 2008).  Your imagination is ... [More]

BlogEngine.NET »

[25 Nov 2008 8:44 PM | 4 Comments]

I just found an awesome theme named arthemia.  of course I had to personalize it a bit to work in my custom version of BlogEngine.NET. Custom version?  Yes, I've been playing around and making a few changes.  I'll be creating a series of posts to describe those cha... [More]