Inverse Karma

What life is missing is a background score

Post archive for ‘.NET’

One-click switching to any DNS provider of your choice

Overwhelmed with the fantastic response to my Google DNS Helper, I decided to write a much better version of it, not restricted only to using Google Public DNS but other popular public DNS services. Presenting the DNS Helper The name says it all. The utility runs in your Windows notification area and provides a popup [...]


Tagged as , , + Categorized under Technology, .NET

Safely switch to Google Public DNS for a faster internet experience

Earlier this week, Google announced a new service – Google Public DNS. For the uniniated, DNS is a system that converts simple website addresses like www.google.com to IP addresses like 209.85.231.99. So for every website you visit, your browser requests the DNS to resolve the IP address before it can show you the actual page [...]


Tagged as , , , + Categorized under Technology, .NET

Play classic snake with your joystick – .NET (C#) Source Code

Last month, I decided to learn .NET. A few classes later, I had started coding simple Windows applications. In my VB6 days, I was obsessed with coding a Snake game and had actually succeeded in it (but it looked so ugly that my friends still laugh about it after 5 years!). I’ve been learning C# [...]


Tagged as , , + Categorized under Technology, .NET