Dragon Designer
Dragon Designer

Reputation: 1

Service which allows me to use a VM for accessing Visual Studio?

Is there a service available where I can access Visual Studio to write .NET programs? This way I won't have to install Visual Studio on my machine, and I can access it on different laptops.

Similar to how you can create a virtual machine for Ubuntu, CentOS and other operating systems with a MEAN stack set up or a Node.js setup.

Also with this service, if I pay its monthly subscription, I wouldn't have to buy Visual Studio outright.

Upvotes: 0

Views: 154

Answers (1)

TheMachinist
TheMachinist

Reputation: 338

You could use an Azure cloud VM, and install visual studio community (or another free version) on it.

This would give you a desktop Windows machine in the cloud. It could be a little pricey though. If you join the Microsft MPN, you can get some free Azure time.

Personally, I would just get one of the free versions of Visual Studio and run it locally on the various machines.

Upvotes: 3

Related Questions