Category: Uncategorized

  • Shifted to prasannadeshpande.com

    yeippie!

  • Salesforce.com: What is Cloud Computing?

    [youtube=Salesforce] Awsome explanation of Salesforce working!

  • Accessing System information through Environment in C#

    The Environment List When a program is executed, it is also passed a list of current environmental variables (such as HOME, PATH etc). This is the same in both Unix and Windows. The following code example shows how a call to Environment.GetEnvironmentVariables returns all the currently defined variables. The following code explores the various members…

  • Getting column names of the MSSQL Table

    To get the column names of a table in MSSQL SELECT * FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME = ‘TableName’ This is basically the MSSQL equivalent for The MySQL Command DESCRIBE TableName which displays the table details For getting only the column names you can use following one SELECT Column_Name + ‘,’ FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME =…

  • Google Offers Free DNS Servers

    Google has once again stepped up and is now offering another free service to make our lives more efficient. The search giant announced today that they will now be offering DNS servers for the public at no cost. This comes in addition to the multitude of services already offered by Google, such as Gmail, Google Voice…

  • Outlook 2010 Beta Send/Receive Not working

    While trying the MS Office 2010 beta version, I came across the strange problem. Send/ receive was not working after it imported the settings from Outlook 03. It was very difficult to trace why it was not working, as it carries on processing and process never stops. Then I started Googling for the same and got a hint from following…

  • Remote Desktop managing tools

    While surfing I came across following two remote desktop managing tools. Remote Desktop Manager is a small application used to manage all your remote connections and virtual machine. Add, edit, delete, shared, organize and find your remote connection quickly. Compatible with Microsoft Remote Desktop, Terminal Services, VNC, LogMeIn, Team Viewer, Ftp, SSH, Telnet, Dameware, X…

  • Tweeter Addiction

    Created by Oatmeal

  • Retweet to share tweets

     Am included in the tweeter beta group. May be they offered me this, as I do lots of retweeting. he he he

  • Google launches Experimental Image Search

    Back in 2001, Google had made things a lot easier for the internet community to search for images via the Image Search option. According to the latest reports from the Official Google Blog, that service has been developing and one of the newer updates was called Similar Images which enabled users to find a larger…