Monthly Archives: February 2009

GetHashCode() on a 32-bit vs a 64-bit platform

If you compile your .NET application with the standard “Any CPU” option, it will run as a 32-bit process on a 32-bit OS and as a 64-bit process on a 64-bis process. When you use GetHashCode() the generated hashes on … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

GetHashCode() in .NET 1.1 vs .NET 2.0

notepadd When migrating GarageTV from .NET 1.1 to .NET 3.5 I ran in a “strange” problem. It seems that there is a SearchBarrel table containing the links between keywords and posts (and some other info like keyword weight etc), so … Continue reading

Posted in Programming, Uncategorized | Tagged , , , | Leave a comment

Moonlight 1.0 released: brings Silverlight to Linux

You can download the Mozilla Firefox plugin at the official Moonlight website. Enjoy!

Posted in Uncategorized | Tagged , , , , , | Leave a comment