Showing category results for Git & Version Control

Apr 23, 2014
Post comments count0
Post likes count0

Using the IntelliTrace Events window with a log collected from MMA Standalone

Fangliang Xue

The Microsoft Monitoring Agent allows you to collect reliability performance data and exception data for web applications. You can use IntelliTrace to review this data, or debug this data to get more useful information. In this post I am using MMA Standalone, as opposed to MMA connected to AppInsights or System Center. One of my colleagues deploye...

DevOpsCI/CDGit & Version Control
Apr 4, 2014
Post comments count0
Post likes count0

Phone Debugging in Visual Studio 2013 Update 2

Andrew Chan - MSFT

Visual Studio 2013 Update 2 introduced several exciting changes for mobile development. You are now able to use the same programming model that you use to build Windows Store apps for Windows 8.1, to build XAML apps Windows Phone 8.1. In this post, I will remind you of the most important diagnostic capabilities that you will know from Windows Stor...

DevOpsGit & Version Control
Apr 4, 2014
Post comments count0
Post likes count0

Diagnosing Mobile Website Issues on Windows Phone 8.1 with Visual Studio

Andrew B Hall - MSFT

If you have spent time trying to make a compelling mobile version of your website you have likely hit issues with it not looking or working correctly on mobile browsers.  To help with this on Windows Phone, we’re very excited to announce that in Visual Studio 2013 Update 2 we have enabled the use of Visual Studio’s debugging and performance tools f...

DevOpsGit & Version Control
Apr 3, 2014
Post comments count0
Post likes count0

Performance Profiling on Windows Phone 8.1 with Visual Studio

Haseeb Ah

We are very excited to announce that we have added support for performance profiling of Windows Phone XAML and JavaScript apps to the Performance and Diagnostics hub. You can transfer your existing skills and use the same set of tools which work for Windows Store apps to analyze the performance of Windows Phone XAML and JavaScript apps. In thi...

DevOpsGit & Version Control
Apr 2, 2014
Post comments count0
Post likes count1

Diagnosing memory issues with the new Memory Usage Tool in Visual Studio

Harikrishna Menon

As part of our continued effort to provide great diagnostic tools for developers, Visual Studio 2013 introduces a new Memory Usage tool as a part of the Performance and Diagnostics hub. The Memory Usage tool supports Windows Store and Windows Phone Store apps using C#/VB/C++ and XAML. This blog post gives you an overview of this tool and helps you ...

DevOpsGit & Version ControlTest
Apr 1, 2014
Post comments count0
Post likes count0

Code Metrics PowerTool for Visual Studio 2013 Available on Microsoft Download Center

Charles Willis (MSFT)

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In the distant past (circa 2011), we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of t...

DevOpsGit & Version Control
Mar 7, 2014
Post comments count0
Post likes count0

Enhancements to Debugging Exceptions with IntelliTrace in Visual Studio 2013

Nitin Choubey

The Microsoft Monitoring Agent allows you to collect reliability and performance data for web applications and to review the data using IntelliTrace. With Visual Studio 2013 Update 2, we have added the ability to more easily navigate the diagnostics data related to an exception by using a CodeLens-enhanced Code Map view in combination with the exis...

DevOpsCI/CDGit & Version Control
Feb 28, 2014
Post comments count0
Post likes count0

New CPU Usage tool in the Performance and Diagnostics hub in Visual Studio 2013

Dan Taylor

This blog post will give an overview of the features of the new CPU Usage tool in Visual Studio 2013 Update 2, and then walk through a specific example of how to use the CPU Usage tool to understand what functions are using the CPU so that you can prioritize your time optimizing the functions that will improve your performance the most. Overview ...

DevOpsGit & Version Control
Feb 12, 2014
Post comments count0
Post likes count0

IntelliTrace MVC Navigation

Colin Thomsen - MSFT

The Microsoft Monitoring Agent allows you to collect reliability and performance data for web applications and to review the data using IntelliTrace. For Microsoft Visual Studio 2013 Ultimate, Update 2, we have added the ability to easily navigate to Actions and Controllers for Model View Controller (MVC) web sites. Let’s examine that experience in...

DevOpsCI/CDGit & Version Control
Feb 11, 2014
Post comments count0
Post likes count0

Combining Tools in the Performance and Diagnostics Hub in Visual Studio 2013

Dan Taylor

We have been hard at work on the Visual Studio Diagnostics team building on the Performance and Diagnostics hub. If you pick up Visual Studio 2013 Update 2, you can try out the features shown in this blog post. We have some great tools in the hub, and as many of you know, performance problems can often be caused by a combination of issues. That is...

DevOpsGit & Version Control