Showing results for 2015 - Page 16 of 19 - Azure DevOps Blog

Feb 23, 2015
Post comments count0
Post likes count0

The New Exception Settings Window in Visual Studio 2015

Aaron Hallberg
Aaron Hallberg

In Visual Studio 2015  we’re pleased to introduce the new Exception Settings tool window for configuring the debugger’s exception settings. In this post I will walk you through the features of this new window. For more information on exception classifications in Visual Studio, see Understanding Exceptions while Debugging with Visual Studio. Now in...

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

Performance Improvement When Debugging .NET Code With Visual Studio 2015

Andrew B Hall - MSFT
Andrew B Hall - MSFT

Nothing is more frustrating than trying to debug an application that runs significantly slower when you’re debugging it than it does when it runs without a debugger attached. Over the years we’ve received numerous complaints along the lines of “when I run my application without the debugger it takes a few seconds to execute a scenario, but with the...

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

EnC Improvements for .NET Debugging in Visual Studio 2015

Andrew B Hall - MSFT
Andrew B Hall - MSFT

You may recall that we previously asked you how important Edit and Continue is to your workflow and what current limitations are most painful. While removing these limitations is an ongoing process we’re pleased to announce that a number of previously unsupported edits are now supported in Visual Studio 2015 CTP 6. These include: ...

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

The Visual Studio Emulator for Android in VS2015 CTP6

John Kemnetz
John Kemnetz

In November we launched the Visual Studio Emulator for Android and have gotten great positive feedback from you. Since then we’ve continued to work hard to provide a fast, Hyper-V compatible, x86 Android emulator for all of your debugging and testing needs. Today I’m happy to announce that our emulator just got a little sweeter with an update th...

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

Code Map improvements in Visual Studio 2015 CTP6

Jean-Marc Prieur
Jean-Marc Prieur

Code Maps, previously known as Directed Graph Documents, are a great way to visualize the relationships and interdependencies between the components of your applications. They make it much easier to understand the architecture of your (or, even more useful, somebody else’s) application, and where you should start when you need to update the applica...

DevOpsSecurity
Feb 19, 2015
Post comments count0
Post likes count0

Exploring Data at Scale with New Capabilities in Application Insights and Metrics Explorer

Andrew Bragdon [MSFT]
Andrew Bragdon [MSFT]

Application Insights can capture, store and index large scale amounts of data about your application’s availability, performance and usage. But how can you gain insights from this data once it is stored in Application Insights? In this blog post, we will take you through some of the brand new features in Metrics Explorer for exploring large volumes...

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

Modern Apps & Agile Analytics

Peter Provost [MSFT]
Peter Provost [MSFT]

Introduction Agile software development came out of a number of experimental approaches taken in the late 1990s to change the way software was planned, developed and delivered. One of the essential components common to all agile methods is the concept of incremental delivery. When an engineering team adopts an incremental delivery paradigm, they s...

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

Release Management Service Futures

Vijay Machiraju
Vijay Machiraju

In November 2014, at Connect(), we unveiled the Release Management Service in Visual Studio Online. We have received a good amount of feedback since, and here, I will share some of the big ticket items that we are working on currently. These will go live in the next quarter or two.Web interface for release managementYes, we are working on a web int...

DevOpsCI/CD
Feb 14, 2015
Post comments count0
Post likes count0

Learn about your app’s usage with Application Insights

Importer
Importer

We’re excited to introduce our new usage analysis experience for both your web applications and device apps (Windows Phone and Windows Store applications). Using Application Insights, it’s now easy to answer common questions about your app adoption, your users’ profile, the way your users experience the app, your top used features, and much more. ...

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

Announcing Limited Preview for Visual Studio Online Code Search

Biju Venugopal MS
Biju Venugopal MS

Today we are unveiling a limited preview of our new Code Search feature on Visual Studio Online.  Code Search enables you to quickly and easily search across your entire account and find matches using your web browser.  Not only can you perform full text matching but for some languages, like C#,  C and C++, and additional ones in the...

DevOpsCI/CDGit & Version Control