Archives
-
Download full DVD set from PDC 2005
Of course you already knew that the PDC 2005 sessions are available online, right? (although not for much longer, I heard). But you just don't have the time to browse the list to find the interesting ones and download them one by one... Well, now you can point your favorite site copier software to the starting point Full PDC05 Sessions (grouped by DVD ;)), and download the full set. Note that the links point to the zipped presentations only.
-
Upgrading from GAT May CTP and December CTP
These are roughly the things that you need to change in your current package:
-
patterns & practices Guidance Automation released for Whidbey RTM!
Note: this entry has moved.
-
Being 15th worth blog in weblogs.asp.net
It turns out that according to some algorithm that someone posted, I'm number 15 in weblogs.asp.net according to my blog's worth :o). Very cool. I will try to keep posting useful information here...
-
GAT podcast from TechEd 2005 with Ron Jacobs
Somehow I missed the link before. Go listen Ron and myself chatting about the Guidance Automation Toolkit and what you can do.
-
MS doing the wrong thing because of the wrong backwards compatibility reasons (TypeConverter.IsValid story)
About a year ago (feb-22-2005) I reported a bug in the implementation of most built-in TypeConverters, which is that even if the value you pass to
IsValid
is invalid for the target type, it will return true. To better understand the issue (which is fairly trivial anyway), say you have code like the following that performs validation on a property value before setting it: