Showing category results for Git & Version Control

Feb 10, 2014
Post comments count0
Post likes count0

Jump to SQL with IntelliTrace

Tim Varcak (MSFT)
Tim Varcak (MSFT)

In Visual Studio 2013, you can use IntelliTrace to view Microsoft Monitoring Agent data collected from a web application. This includes performance details in IntelliTrace which provides a great way to get back to your code to investigate performance issues that occurred on a production server. But what if the performance issue has something to do ...

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

.NET Memory Analysis: Object Inspection

Andrew Chan - MSFT
Andrew Chan - MSFT

In Visual Studio 2013, we introduced a way to analyze .NET Memory with Visual Studio. Now in the Update 2, we’ve added a new feature to inspect values of objects and instances to improve your diagnostic capabilities. You can follow along using the same code and dumps from the SampleLeak App we had in the previous walkthrough. If you are using Mana...

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

Triggering Prefetch for Windows Store Apps in Visual Studio 2013 Update 2

Andrew Chan - MSFT
Andrew Chan - MSFT

Windows 8.1 introduced a method for Windows Store App developers to pre-register content with the Windows API to cache resources to be used by your apps before your app has been launched. This was to address the issue where your application loads slowly on startup while it waits to pull down the latest information. You can read more about ContentPr...

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

JSON Debugger Visualizer in Visual Studio 2013

Avneep Dhanju - MSFT
Avneep Dhanju - MSFT

We are proud to announce the addition of JSON Visualizer to Visual Studio debugger in the Update 2 for Visual Studio 2013. JavaScript Object Notation or JSON is a popular format for transmitting data between server and client applications. The new debugger string visualizer displays JSON encoded strings in a treeview control and allows meaningful u...

DevOpsGit & Version Control
Dec 20, 2013
Post comments count0
Post likes count0

Investigating Memory Leaks in Azure Web Sites with Visual Studio 2013

Steve Carroll msft
Steve Carroll msft

One of the cool new features in Visual Studio 2013 is the ability to analyze managed memory issues. Recently, Azure Web Sites added support to programmatically get mini-dumps and “diagsession” files that have heap information from Azure Web Sites in production. In this walkthrough, I’ll show you how to combine these two new features to form a cool ...

DevOpsGit & Version Control
Dec 19, 2013
Post comments count0
Post likes count0

Customization and configuration in VS ALM

Kathryn Elliott
Kathryn Elliott

With Visual Studio ALM and TFS, you gain access to a wealth of tools, many of which you configure or can customize. Common areas that team's customize include team alerts, team home page, shared queries, and test platforms. For on-premises deployments, you can also add fields, customize work item types (WITs), and Agile planning tools.  Below you'...

DevOpsAzure DevOps ServerGit & Version Control
Dec 12, 2013
Post comments count0
Post likes count0

How to debug Release Management components

Roopesh Nair
Roopesh Nair

  Enable logs on Microsoft Deployment Agent: The first and most easy way to debug why an action/component is failing is to open the logs available through the deployment step of your release within Release Management (RM) client. To do this, open your release, access the View Log section, click on the Details button of the deployment...

DevOpsCI/CDGit & Version Control
Nov 25, 2013
Post comments count0
Post likes count0

Just My Code for ASP.NET in Visual Studio 2013

Andrew B Hall - MSFT
Andrew B Hall - MSFT

Posting this on behalf of Patrick Nelson who is a developer on the Visual Studio Debugger team, and also thanks to Rob Paveza for his help with both of our post regarding JavaScript Just My Code Do you develop web apps? Do you hate when the debugger keeps stopping in code you don’t care about? Are you tired of accidently stepping into JQuery? In V...

DevOpsGit & Version Control
Oct 23, 2013
Post comments count0
Post likes count0

System Center Performance Alerts and IntelliTrace

Larry Guger
Larry Guger

Previously we told you about the initial integration between System Center Operations Manager and Visual Studio IntelliTrace that supports exporting exception data from System Center to Visual Studio using IntelliTrace. We are pleased to announce with the release of System Center 2012 R2 and Visual Studio Ultimate 2013 that performance data can now...

DevOpsCI/CDGit & Version Control
Oct 17, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Team Foundation Server version control and build

Andy Lewis
Andy Lewis

As Charles announced earlier today, we've just released Visual Studio and Team Foundation Server 2013. I'm here today to briefly highlight what's new in version control and TFBuild and to advise you about a known issue in TFBuild that we're working to fix. I need to tell you about one bug we recently discovered that causes a problem in the Que...

DevOpsCI/CDGit & Version Control