Showing category results for Git & 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
Feb 15, 2013
Post comments count0
Post likes count0

Mixed Native and Managed Debugging Improvements for Windows Store Apps

Brad Sullivan

In Visual Studio 2012 RTM, there was limited support for mixed managed and native debugging of Windows Store apps.  This support was greatly enhanced in Update 1. Setup Enabling mixed mode debugging is simple.  All you need to do is select your project and choose “Properties” from the context menu.  Then click on the Debug properties tab.  Then o...

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

Run CI builds in your Git team project

Andy Lewis

<!-- // <!-- Run CI builds in your Git team project --> Does your team use continuous integration (CI)? Are you an early adopter of the new Git capabilities in Visual Studio and Team Foundation Service? If so, you'll be glad to hear that you can define a CI build process that automatically builds and tests the code that your team pu...

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

Create, Connect, and Publish using Visual Studio with Git

Andy Lewis

// <!-- Create, Connect, and Publish using Visual Studio with Git --> By: Andy Lewis and Matthew Mitrik (MS) In the few days since we announced Visual Studio and Team Foundation Service support for Git, it's been exciting to see so much interest, along with a lot of great feedback and questions. We will take your feedback to help us guid...

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

Debugging Unhandled Exceptions in a SharePoint App with Visual Studio using IntelliTrace

Tim Varcak (MSFT)

Following on from our last blog post on IntelliTrace enhancements for SharePoint, in this blog post we’ll talk about how the new analysis section for SharePoint can help you find the source of issues faster. The New Analysis Section IntelliTrace is very good at providing a lot of data to you for debugging, but there is such a thing as “too much” ...

DevOpsCI/CDGit & Version Control
Jan 30, 2013
Post comments count0
Post likes count0

Getting Started with Git in Visual Studio and Team Foundation Service

Andy Lewis

By Matthew Mitrik (MS), Andy Lewis, and Martin Woodward Today we announced the availability of Git for Visual Studio and Team Foundation Service. In this post, we'll walk through the new experiences. Get set up: Get the free service, and then you can use it with any Git client tools you want, including Visual Studio. To use the Visual Stu...

DevOpsAzure DevOps ServerGit & Version Control
Jan 30, 2013
Post comments count0
Post likes count0

VS2012 Update 2 Brings Symbol Improvements to Profiler and IntelliTrace

Dmitri Leonov

You will recall that VS2012 Update 1 brought a bunch of symbol loading improvements for your debugging scenarios, as documented in our previous two blog posts You’ll be happy to hear that with Visual Studio 2012 Update 2 we’ve taken these symbol related improvements one step further and applied them to more diagnostics scenarios. Specificall...

DevOpsCI/CDGit & Version Control
Jan 29, 2013
Post comments count0
Post likes count0

More on Symbol Improvements in VS2012 Update 1

Dmitri Leonov

Hi, my name is Dmitri Leonov and I am an engineer on the VS debugger team. A couple of months ago with the Visual Studio 2012 Update 1, we shipped debugger improvements some of which were related to symbol and source loading as described in our previous blog post: “Debugger Source Symbol Improvements to Visual Studio 2012”. In this blog post I wou...

DevOpsGit & Version Control
Dec 11, 2012
Post comments count0
Post likes count0

Debugging SharePoint Apps with IntelliTrace in Visual Studio

James Wang (MS)

  In this post we’ll explore how to use IntelliTrace in Visual Studio 2012 Ultimate Update 2 to debug custom Web Parts in a SharePoint 2013 and SharePoint 2010  application. First we’ll summarize SharePoint’s use of correlation IDs and the IntelliTrace enhancements in VS2012 Update 2, and then we’ll dive into a walkthrough.   SharePoint’s Unifie...

DevOpsCI/CDGit & Version Control