Showing category results for Git & Version Control

Jul 1, 2013
Post comments count0
Post likes count0

Debugging Asynchronous Code in Visual Studio 2013- Call Stack enhancements

Brad Sullivan

Asynchronous code is ubiquitous in Windows apps. While asynchronous code can be great for creating responsive apps, it can also make it difficult for developers to understand the flow of their application. In Visual Studio 2013 and Windows 8.1, we have added new features that make it easier to understand the state of your asynchronous app so that y...

DevOpsGit & Version Control
Jun 28, 2013
Post comments count0
Post likes count0

JavaScript/Native Interop Debugging in Visual Studio 2013

Patrick Nelson - MSFT

Hello, I am Patrick Nelson, a developer on the Visual Studio Debugger Team. Authoring apps that are using more than one language is not uncommon these days. For example, some developers prefer one language for the UI layer but use another language (or reuse components in another language) for their business logic. When debugging such apps, most of...

DevOpsGit & Version Control
Jun 27, 2013
Post comments count0
Post likes count0

Seeing function return values in the Visual Studio 2013 debugger

YanivF

You asked, and we have listened. Seeing return values for functions is something that many .NET developers wanted, and voted heavily for on the Visual Studio uservoice site. This feature exists already for C++ code and the good news is that with the latest version of Visual Studio, it’s here and you’ll be able to use it for your .NET code too. Thi...

DevOpsGit & Version Control
Jun 26, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Preview: Git version control and Team Foundation Build

Andy Lewis

I'm here today (and trying real hard to not be jealous of those of you reading this from beautiful San Francisco) to share some new information about version control and Team Foundation Build (TFBuild) in Visual Studio 2013 Preview. Version control I doubt many of you are surprised to hear that one of our big investments for this...

DevOpsAzure DevOps ServerGit & Version Control
Jun 20, 2013
Post comments count0
Post likes count0

Using Visual Studio 2013 to Diagnose .NET Memory Issues in Production

Andrew B Hall - MSFT

Update: Note this post has been updated for Visual Studio 2013 RTM and is the first of a two-part series.  In the screenshots and examples Just My Code and Collapse Small Objects are disabled as covered in part 2.  It is recommended that you read this post before reading part 2. One of the issues that frequently affects .NET applications running i...

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

System Center and IntelliTrace

James Wang (MS)

Over the past little while, the System Center Operations Management team and the Visual Studio IntelliTrace team have been working together to create an increasingly rich debugging experience for applications in production environments. This collaborative effort provides the ability to take Application Failure events from System Center 2012 SP1 ...

DevOpsCI/CDGit & Version Control
Mar 8, 2013
Post comments count0
Post likes count0

Use the Git command prompt to supplement Visual Studio

MSDNBlogAdmin

// By: Andy Lewis and Matthew Mitrik In Visual Studio Tools for Git we aim to offer the fundamental features you need to develop an app in a Git version-controlled codebase. We explain how to perform these tasks in previous posts such as Create, Connect, and Publish using Visual Studio with Git and in our Git welcome portal content. That said, t...

DevOpsAzure DevOps ServerGit & Version Control
Mar 6, 2013
Post comments count0
Post likes count0

Use Git 0.8.0.0 to run scheduled builds and resolve conflicts

MSDNBlogAdmin

<!-- // By: Andy Lewis and Matthew Mitrik Today we released Visual Studio Tools for Git 0.8.0.0. Install this release to get not only fixes to numerous bugs, (for details see the release notes on the gallery page), but also an enhanced conflict resolution experience. You can now also create scheduled automated builds. Got the latest versio...

DevOpsAzure DevOps ServerGit & Version Control
Feb 27, 2013
Post comments count0
Post likes count0

How to profile a XAML Windows Store App

Andrew B Hall - MSFT

If you are developing a Windows Store App using XAML (whether it’s C++, C#, or VB), there is a good chance there will be areas of your app where you would like to improve the performance. To assist with this, we’ve included the Visual Studio CPU profiler in all SKUs of Visual Studio capable of developing Windows Store Apps (this means we’ve moved t...

DevOpsGit & Version Control
Feb 26, 2013
Post comments count1
Post likes count0

Customize Git settings in Visual Studio

Andy Lewis

// By: Andy Lewis and Matthew Mitrik Today we're here to help you: Got the latest version of Visual Studio with Git? If not, click here. To use the Visual Studio client tools you'll need to install Visual Studio 2012, apply Visual Studio 2012 Update 2, and finally install Visual Studio Tools for Git. If you want to use Team Foundati...

DevOpsAzure DevOps ServerGit & Version Control