Showing category results for Git & Version Control

May 23, 2014
Post comments count0
Post likes count0

Code Lens for Git in Visual Studio 2013 Ultimate Update 3

Jean-Marc Prieur

Yesterday we released Visual Studio 2013 Update 3 CTP1. This CTP brings new features in the area of CodeLens Team indicators. In this Blog post I'll present the CodeLens Team indicators for Git. CodeLens Team indicators CodeLens is a heads-up display in your Visual Studio 2013 Ultimate editor where you can find information about your code in cont...

DevOpsGit & Version Control
May 13, 2014
Post comments count0
Post likes count0

.NET Edit and Continue Survey

Andrew B Hall - MSFT

This post has been modified to reflect that the survey has closed, and instead updated with the results. Thanks everybody for all the great feedback!  We received hundreds of replies with detailed information and concrete examples for us to review. We have closed the survey and have started to process the  data you provided. The overwhe...

DevOpsGit & 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