April 6, 2014

base keyword in c#

The base keyword in C# is used from within the derived class to access the members / constructor of the base class. What i mean here is if the derived class wants to use a method of the base class that is overridden by another method or the derived class wants to specify which base class constructor should be used while creating instance of the derived class. Example to come... Thanks, Hussain

April 1, 2014

Using Remote Desktop Connection Manager with Windows Azure Virtual Machines

In the Earlier post, I have explained how to use (RDP Man) to Remote Desktop machines, recently I was in a situation where in I had to work on Windows Azure Virtual machines. 
The Network team who created the VM’s had sent an email with the DNS names and the port numbers (of course login details in separate email. To my surprise, there was no ip address mentioned for the VM’s in the email. (I could have got it sending an email).

Below are the steps to add / manage connections to virtual Machines in Windows Azure using the Remote Desktop manager (Rdp Man)

1.   Open RDP Manager (if not installed here is the link )
2.   Now Add a Server Group (just to separate these servers from other servers and put it in a separate Group).
Note: The actual benefit of adding a group (in case you are managing large number of connections) is you can navigate quickly and manage setting for a single point (specifying the settings that are common to all servers in the group properties, which will be inherited by all the servers in the group) Although this is not a mandatory setting / option
3.   Right click on Group and select Add Server. This will bring up the add Server dialog box.
4.   In this dialog box you have to add the Windows Azure server (vm’s) details. Note: The only difference as compared to normal server is the port number and the DNS name (In case you don’t have the ip address).
a.    Click on Server settings tab and enter the DNS name / ip address next to Server Name
b.    Type some description (optional) next to Description.
c.    Now click on the connection Settings tab, in this tab un-check the option inherit from parent and Connect to console, enter the port number next to port
d.   You can also add login details by clicking on the login Credentials tab (or can set it for once in the Group that was created in step 2 above)

5.   Now you can simply double click to connect to the machine whenever you want.

Remote Desktop Manager - Excellent Tool

I have been using this tool for almost a year now and found to be the best tool for Remote Desktop.
If you are using Remote Desktop to login into machines many times a day, for your work and you are using mstc to remote desktop or have created .rdp files. There is a solution for this.

Use Remote Dektop Manager.
Grab a copy of the same from here Remote Desktop Manager


Details on how to add the server and login Details..  ( coming)