Skip to content
Pranav on .NET
ramblings and technical insights of a coffee addicted developer
  • Speaking
  • Who is Pranav?
  • Contact

Category: Uncategorized

Uncategorized

Visual Studio 2010 – Comparision

Posted on January 3, 2010 by pranav / 0 Comment

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...

Uncategorized

Uploading files using .NET as client and PHP as Server

Posted on October 28, 2009 by pranav / 0 Comment

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...

Uncategorized

Opening default web browser from Windows Application

Posted on October 26, 2009 by pranav / 0 Comment

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...

Uncategorized

Enhanced FTP Code

Posted on September 8, 2009 by pranav / 0 Comment

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...

Uncategorized

Checking whether a program is running or not

Posted on August 7, 2009 by pranav / 1 Comment

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...

Uncategorized

Professional Outlook 2007 Programming

Posted on July 15, 2009 by pranav / 0 Comment

Professional Outlook 2007 Programming Written by one of the most popular and knowledgeable Microsoft Outlook MVPs, this book emphasizes the many new and excitin...

Uncategorized

Multiple Projects in one Solution in visual studio 2008

Posted on June 13, 2009 by pranav / 0 Comment

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...

Uncategorized

Uploading a file to server using FTPWebRequest

Posted on May 19, 2009 by pranav / 0 Comment

Here is the code for uploading files to a particular system(or a server) using FTP. FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings requi...

© 2021 Pranav on .NET
Powered by WordPress | Theme: Graphy by Themegraphy