Showing archive results for 2015

Mar 11, 2015
Post comments count0
Post likes count0

CodeLens in Visual Studio Online is now in Public Preview for Europe region

Mathew Aniyan MSFT

 We are delighted to announce that the Public Preview of CodeLens in Visual Studio Online is now available to customers in the West Europe Region. CodeLens in Visual Studio Online was initially released as a Public Preview in Dec 2014. With the addition of Western Europe Region, all Visual Studio Online customers can now use CodeLens to explore cod...

DevOpsGit & Version Control
Mar 9, 2015
Post comments count0
Post likes count0

Load testing Applications behind Firewall using Cloud-based Load Testing Service

Deepak.Singhal [MSFT]

Cloud-based Load Testing Service can be used for performance and scale testing of an application by generating load from Azure. It is often observed that application is deployed in the internal environment behind the firewall before it is deployed to production or you have an application that is deployed internally and accessible on your organizat...

DevOpsAzure & CloudTest
Mar 9, 2015
Post comments count0
Post likes count0

Editing the IntelliTrace collection plan

Angelos Petropoulos

As you probably already know, Visual Studio offers an enhanced debugging experience through the use of IntelliTrace. Your application’s execution is recorded by IntelliTrace and you can navigate through time, both backwards and forwards, and examine your code as you normally would during a debugging session by interacting with the Call Stack and Lo...

DevOpsGit & Version Control
Mar 6, 2015
Post comments count0
Post likes count0

Creating unit test method stubs with “Create Unit Tests”

Importer

In Visual Studio 2015 CTP 6 we are introducing the "Create Unit Tests" feature that provides the ability to create unit test method stubs. The feature allows easy configuration of a test project, and the test class and the test method stub therein. It is conveniently available as a context menu item, and can be invoked on product code at the scope ...

DevOpsCI/CDTest
Mar 6, 2015
Post comments count0
Post likes count0

Introducing the Application Insights SDK for Java

Harel Broitman [MSFT]

When you publish a Java web application, you want a clear view of what users are doing with it and how it’s performing. Your most effective plan for future work comes from a deep understanding of how people use what you’ve already provided: which features they like, what patterns they follow, and what they find difficult. You also want to know that...

DevOpsAzure & Cloud
Mar 4, 2015
Post comments count0
Post likes count0

Moving TFS to cloud cadence and Visual Studio Online

Buck Hodges

We get quite a few questions from customers on how we made the transition to shipping both an on-premises product and a cloud service. We moved from shipping every 2-3 years to shipping Visual Studio Online every three weeks and TFS every 3-4 months. I’ve written a new post that includes a document describing our move to a cloud cadence and w...

DevOpsAzure DevOps Server
Mar 4, 2015
Post comments count0
Post likes count0

Initiate a Load Test from Hosted Build work-around

Willy-P. Schaub

  Please note there are now much easier ways of doing this.  Please see: http://blogs.msdn.com/b/visualstudioalm/archive/2015/11/23/scheduling-load-test-execution.aspx                                                         We are gathered this week in a “Hackfest”, defined as a time constrained, joint coding effort t...

DevOpsCI/CDTest
Mar 3, 2015
Post comments count0
Post likes count0

Make Debugging Faster with Visual Studio

Andrew B Hall - MSFT

Have you ever been frustrated by slow debugging in Visual Studio? While we work hard to bring you a fast debugging experience, there are a lot of complex knobs that can affect the performance of any given application. In this blog post I’ll walk you through some tips you can use to improve the performance of your debug sessions and include instruct...

DevOpsGit & Version Control
Feb 25, 2015
Post comments count0
Post likes count0

Adding Application Insights to a Windows 8.1 Universal App

Joshua Weber-MSFT

I’ve commonly been asked if Application Insights supports Windows 8.1 Universal Apps. You can be highly successful utilizing Application Insights with Universal Apps. Integration of Application Insights is a few additional steps but very straightforward. In this blog post, I’ll walk through the steps to integrate Application Insights into your Univ...

DevOpsAzure & Cloud
Feb 24, 2015
Post comments count0
Post likes count0

CodeLens file activity and history now available for C++, JavaScript and SQL files stored in Git

Mathew Aniyan MSFT

CodeLens makes it easy to explore code changes and other history as you work. It provides a head-up display in Visual Studio editor that shows useful, in-context information about your code. This information, shown as a set of team indicators, tells you when the file was changed, who changed it, and lets you drill down into a vast range of details ...

DevOpsGit & Version Control