Visual Studio 2010 – Comparision
Microsoft has posted an overview with all features and options of VS 2010 compared over the Professional, Premium and Ultimate Editions for the convenience of d...
Microsoft has posted an overview with all features and options of VS 2010 compared over the Professional, Premium and Ultimate Editions for the convenience of d...
I was fed up with uploading the attachments using FTP as it was too slow (and vulnerable too), maintaining credentials to connect to server, managing permission...
This post deals with opening default web browser from a .NET Application (esp. a Windows Application). First, copy the following code and paste it in your class...
Here is the enhanced version of the code which sends files to remote computer using FTP which I have posted long back! Public Function CheckDir(ByVal FolderName...
While performing installation, sometimes, we need to check whether the instance of a particualr program exist or not. I got this problem while installing my plu...
Professional Outlook 2007 Programming Written by one of the most popular and knowledgeable Microsoft Outlook MVPs, this book emphasizes the many new and excitin...
Every time I attempted to create a single solution in Visual Studio 2008 with multiple projects, the Solution icon in the Solutions window disappeared after add...
Here is the code for uploading files to a particular system(or a server) using FTP. FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings requi...