Extension Methods in Vb.Net and C#

Friday, July 18th, 2008 Posted in | 25 Comments »

My world shattered today (not really, but it came close to). You see, I am a C# developer. I don’t like VB too much at all (though when I have ... Read more..

CrunchBase API WordPress Plugin

Wednesday, July 16th, 2008 Posted in | 17 Comments »

CrunchBase (a free directory of technology companies, people, etc.) made open an API recently which allows access to their data. I always liked the short company profiles that TechCrunch (the ... Read more..

Handling very large numbers in .Net

Tuesday, May 20th, 2008 Posted in | 2 Comments »

My recent attempts at playing the Google Treasure Hunt found me looking for ways to work with very large numbers. My solution to the first puzzle was consistently giving me ... Read more..

Accessing Session from inside a HTTPHandler

Tuesday, April 8th, 2008 Posted in | No Comments »

Here something I didn't know before. By default, you cannot access the session from within an Asp.Net HttpHandler. To be able to do that, your handler class has to implement ... Read more..

(mis)understanding Agile

Thursday, November 29th, 2007 Posted in | No Comments »

A little bit humor is always good to demonstrate what something is or isn't. This Dilbert comic strip 'borrowed' from Dilbert.com says it all. Now depending on your ... Read more..