The TAO of Programming
From the book by Geoffrey James Thus spake the Master Programmer: “A well-written program is its own heaven; a poorly-written program is its own hell.”
From the book by Geoffrey James Thus spake the Master Programmer: “A well-written program is its own heaven; a poorly-written program is its own hell.”
While I find it amazing that the USB cable needs to be directly connected to the port on the back of the computer to upgrade to the March 2011 release of the Windows Phone 7 operating system, at least the support page from Microsoft provided useful information: Now I can happily search the app store, […]
Available on April 19th, 2011 is the February update for my Samsung Focus Windows 7 Phone: And checking settings right after installing February update, March 2011 is also available: Only to fail with an update error 801812DD: I’ll try again in the morning
Wikipedia has a very good overview of extension methods in C# here. Basically, if you create a static method in a static class and the first parameter includes the keyword ‘this’ then the first parameter will be the calling object and you’ve created an extension method. Here is a quick example console application (based on […]