IT Blog NOW

An Information Technology View by Sam Moreira

Author Archive

Google Accounts on Twitter

Over the weekend, the Google Blog team posted a list of Google accounts on Twitter. I had no idea Google had so many twitter accounts. If all other companies also posted some sort of directory of where we could find what is interesting to us about them, it would make it easier for us to [...]

My Lucky Day?

Something happened to me Yesterday that I would think it would only happen in movies. Yesterday, I parked my car to get my mail, and when I came back to drive off I’ve noticed that a fire truck and an ambulance had blocked my way. Soon I realized I had parked between two cars that [...]

How To Use Custom Objects as Hashtable Keys Without Getting Duplicated Keys in Your Collection

Have you ever faced an issue of having duplicated key objects in your Hashtable even though the objects represent the same entity? In this post I’ll show a way to circumvent the Hashtable behavior.
Sometimes we have a need to use objects as Hashtable keys instead of strings. At least for me, most of the time, [...]