News

Visual Studio Online Reaches General Availability

It's free for up to five users.

Visual Studio Online, Microsoft's collaboration-in-the-cloud product for developers, has reached general availability. Microsoft Technical Fellow Brian Harry announced the milestone on his blog today.

Visual Studio Online was publicly announced for the first time last November, and has gone through a number of iterations to bring it to today's GA. It's gone through rough patches, including numerous service outages, but its Agile release schedule (i.e. sprints involving smaller updates released more quickly) has worked to its advantage, as it seems to have ironed out the wrinkles while still allowing a cadre of early adopters to keep using it. In February, Harry said he wanted "3 or 4" smooth deployments in a row before considering the rollout problems resolved.

Microsoft has been proactive in receiving developer feedback over the past few months, adding many new features like configuration of working days and constantly fixing bugs. Two of Visual Studio Online's most important features are Application Insights, which monitors application performance across the Web for a clear picture of how an application works in the real world, and "Monaco," the code name for a stripped-down version of Visual Studio for browser-only development.

Visual Studio Online replaces Team Foundation Services, the cloud-based version of Team Foundation Server (TFS). TFS just got a major boost with Update 2, which works with Visual Studio 2013 Update 2 Release Candidate. At the time of its release, S. Somasegar, Microsoft's Corporate VP of the Developer Division, referred to Visual Studio Online as a "Cloud OS."

It's not meant to replace Visual Studio as a product, nor could it, as it doesn't have nearly the functionality of Microsoft's on-premises IDE, widely considered the industry leader. What it does do is enable the creation of apps either locally, or a hybrid of cloud and local development.

Visual Studio Online has a free version for up to five users, that provides unlimited team projects and private code repositories, along with paid Professional and Advanced versions that offer more benefits.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube