Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio in the cloud? [closed]

Is there a cloud solution where

  • Visual Studio runs on a virtual desktop hosted in the PUBLIC cloud (not on private physical server in my computer room)
  • the virtual desktop can be reached from anywhere in the world
  • the virtual desktop can talk to an actual remote SQL Server instance on another domain over a VPN
  • the VPN would require no special software to be installed on the firewall of the remote domain
  • the virtual desktop would be able to join other Windows domains (somewhere else in the world) as a domain-user so that Visual Studio can publish apps to LAN servers inside those domains?
like image 647
Tim Avatar asked Feb 12 '13 12:02

Tim


People also ask

Can you use Visual Studio in the cloud?

Cloud Tools for Visual Studio is a plugin to build and test Windows and . NET applications locally and deploy them to Google Cloud Platform directly from Visual Studio. Google Cloud Explorer lets you easily browse Google Cloud projects and resources across all of your accounts in Visual Studio.

Is Visual Studio 2022 officially released?

Microsoft's 64-bit Visual Studio 2022 IDE will officially be launched on November 8, the company said. The company also announced the immediate availability of a release candidate and a fifth preview of the IDE.

Can I run Visual Studio in Azure?

Using Visual Studio in a preconfigured Azure virtual machine (VM) is a quick, easy way to go from nothing to an up-and-running development environment. System images with different Visual Studio configurations are available in the Azure Marketplace.


1 Answers

Windows Azure Virtual Machines come to mind here. Now, granted, you will have to install and have licenses for all the software you wish to use (Though I think a MSDN license would cover you). But, you could easily deploy a VM, configure with all of your development tools then save that as a template. The template could then be redeployed in minutes to any number of VMs.

Azure virtual machines can do VPN and join domains.

like image 87
Paul Avatar answered Sep 30 '22 21:09

Paul