Monthly Archives: February 2010
I’m a DZone MVB
Recently DZone.com approached me and asked if I wanted to become a part of their MVB (Most Valued Blogger) program. I accepted. The basic idea is that occasionally some of my posts will be republished at DZone network sites, with … Continue reading
Filed under General
Book Review: iPhone In Action
Recently, I had an opportunity to review the book iPhone In Action for DZone. The review went online yesterday, and here’s a link: http://books.dzone.com/reviews/iphone-action-introduction-web
Filed under Reviews
Creating a Custom XAML TypeConverter
TypeConverters provide a means of converting a String to the appropriate .NET type or a new instance when XAML is processed. I’ve already looked at how the XAML parser searches for TypeConverters (XAML and TypeConverters ) Now let’s take a … Continue reading
Filed under Programming