Showing results for January 2015 - Azure DevOps Blog

Jan 23, 2015
0
0

Why Analytics?

Merav Davidson
Merav Davidson

Analytics gives us the ability to understand our users and what they are experiencing, so we can build the right applications for them. It alerts us quickly to any issues and helps us diagnose them rapidly so as to provide users with the best possible service level. Users have high expectations and little tolerance for hiccups, whether your app is...

DevOpsAzure & CloudAdmin & Licensing
Jan 21, 2015
0
0

Agile project management futures…

Aaron Bjork
Aaron Bjork

UPDATED: Jun 12, 2015 Well, we've almost made it through everything I originally put into this post.  The Kanban metrics are the one things we're still waiting on.  - - - - - - - - - - - - - - - - - - - - - - UPDATED: Mar 11, 2015 Back with another update as we knocked a few more items off thi...

DevOpsAgile
Jan 20, 2015
0
0

Search your logs instantly using property filters

Guru Kirthigavasan
Guru Kirthigavasan

Our latest improvements to Application Insights Diagnostic Search include a personal favorite of mine, Property filters. While it’s easy to setup logging from your application, we don’t want you and your team to spend a lot time trying to search your logs. Property filters in the Diagnostic Search provides an at-a-glance display that helps you quic...

DevOpsAzure & Cloud
Jan 16, 2015
0
0

Walkthrough of Live Debugging using IntelliTrace in Visual Studio 2015 (Text Editor)

Angelos Petropoulos
Angelos Petropoulos

In this blog post I am going to walk you through fixing a bug using IntelliTrace in Visual Studio 2015. If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio 2015 which gives you an overview of IntelliTrace and its UI. You can see this walkthrough as a video here (demo start at 4m5s). The application I am goin...

DevOpsGit & Version Control
Jan 16, 2015
0
0

Diagnostic Tools debugger window in Visual Studio 2015

Dan Taylor
Dan Taylor

Note: this post has been updated for Visual Studio 2015 RTM This blog post introduces the new Diagnostic Tools window in Visual Studio 2015. First we’ll define what we mean by diagnostic tools, then we’ll introduce the Diagnostic Tools window, and then we’ll dive into the different tools in the window. What are Diagnostic Tools? First let’s defi...

DevOpsGit & Version Control
Jan 16, 2015
0
0

IntelliTrace in Visual Studio Ultimate 2015

Angelos Petropoulos
Angelos Petropoulos

Debugging is part of every developer’s routine. Something that is not often talked about is how much time can be wasted trying to find the root cause of a bug. A debugging session typically starts with your best guess of where to put the first breakpoint. You go through the repro steps and hope that your breakpoint is hit before the bug manifests i...

DevOpsGit & Version Control
Jan 12, 2015
0
0

Using Setup and Cleanup Script in Cloud Load Test

Bhavesh Bhati
Bhavesh Bhati

Performance and load testing is a very important part of the Application Lifecycle. You’d want to do this at least every time prior to deploying the latest changes to production. To determine how well your software responds to various levels of usage, a load test allows users to model the expected usage of a software by simulating multiple simultan...

DevOpsTest
Jan 9, 2015
0
0

New features added to simplified browser-based Load Test authoring

RanganathG [MSFT]
RanganathG [MSFT]

We are happy to let you know that over the last couple of weeks we have added a set of new features to our simplified browser-based experience for Cloud Load Testing. In addition to the capabilities mentioned in the blog here -   Announcing a simplified Browser based Load Test authoring experience, We have added the following: 1....

DevOpsTest
Jan 7, 2015
0
0

Understanding Exceptions while debugging with Visual Studio

Aaron Hallberg
Aaron Hallberg

This post has been updated to reflect *the experience while using Visual Studio 2015.* If you have spent any time coding, odds are that you have had to deal with Exception Handling. In Visual Studio, when exceptions are thrown or end up unhandled, the debugger can help you debug these by breaking just like it breaks when a breakpoint is hit. In thi...

DevOpsGit & Version Control
Jan 7, 2015
0
0

Application Insights support for Multiple Environments, Stamps and App Versions

Victor Mushkatin
Victor Mushkatin

Application Insights can collect telemetry from your application at any stage in its development, from debugging to live production. By default, all these different streams will go into the same bucket and interfere with each other. For example, if you run heavy stress tests, they could give a false impression of the number of visitors you’ve had a...

DevOpsAzure & Cloud