Visual Studio in the cloud?

Is there a cloud solution where

  • Visual Studio runs on a virtual desktop hosted in the PUBLIC cloud (not on the private physical server in my computer room).
  • virtual desktop can be found from anywhere in the world.
  • A virtual desktop can talk to the actual remote instance of SQL Server in another domain through a VPN.
  • VPN does not require the installation of special software on the firewall of a remote domain.
  • can the virtual desktop join other Windows domains (somewhere else in the world) as a domain user so that Visual Studio can publish applications to local servers inside these domains?
+5
source share
4 answers

Windows Azure . , , , (, , MSDN ). , , . .

Azure VPN .

+5

CloudShare, , , , . KB VPN- CloudShare Network Orchestration: VPN, Federation, Integration , VMware CloudShare .

, , (, , , ) " ", (, ) - . , ?

:

  • (SaaS), VM, Windows Server Visual Studio
  • Platform as a Service (PaaS) has a virtual machine, an operating system and other solution infrastructure, such as a database, web server, etc., but not your main application.
  • Infrastructure as a Service (IaaS) has a virtual machine with nothing installed, even an OS
+1
source

Microsoft recently launched Visual Studio Online along with Visual Studio 2013. It works in most modern browsers. Google for more details.

-2
source

All Articles