July 2006 - Posts

0
Comments

Great set of Mac Spoof Comercials. by findleyd

Even though I'm primarily a PC guy I've thought that the recent set of Mac comercials were pretty clever. They're cutsie enough to warrent a good spoofing though and thats exactly what the guys over ant truenuff did: http://tv.truenuff.com/mac/ You know...
Filed under: ,
4
Comments

Can we get a generic Parse method on Enum in the next version of .NET? by findleyd

I have one tiny pet peeve about Enum.Parse. It's so verbose with the typeing (both meanings of the word). Here's what you have to do today: 1: public enum MyEnum 2: { 3: One, 4: Two 5: } 6: 7: MyEnum me = (MyEnum)Enum.Parse( typeof (MyEnum), "One" );...
Filed under:
More Posts