Showing category results for Git & Version Control

Oct 23, 2015
Post comments count0
Post likes count0

Visual Studio Team Foundation Plugin for IntelliJ and Android Studio

David Staheli

Expanding our support for Java IDEs and following in the footsteps of our Eclipse plugin, today we are announcing a preview of the Visual Studio Team Foundation Plugin for IntelliJ that works with IntelliJ IDEA and Android Studio. This new plugin provides features for both Team Foundation Server (TFS) and Visual Studio Online (VSO).  These provide...

DevOpsAzure DevOps ServerGit & Version Control
Oct 22, 2015
Post comments count0
Post likes count0

New Java documentation subsite for Visual Studio Online

Paul T. Barham

Demonstrating Microsoft's continued commitment to enabling Java developers to fully utilize Team Foundation Server (TFS) and Visual Studio Online (VSO), we have launched a documentation subsite dedicated to Java at java.visualstudio.com. The site covers a large variety of topics relevant for Java development including:  using Git with VSO, buildin...

DevOpsAzure DevOps ServerGit & Version Control
Oct 19, 2015
Post comments count0
Post likes count0

Application Performance Analysis Survey

Nikhil Joglekar

My name is Nikhil, and I'm a Program Manager on the Visual Studio team. Our team has been investing heavily in making it easier to solve performance problems in your applications.If you have two minutes, I'd love to hear your feedback on dealing with performance problems in your applications by filling out the survey below. Your feed...

DevOpsGit & Version Control
Oct 2, 2015
Post comments count0
Post likes count0

Announcing Visual Studio Debug Engine Extensibility Samples

Patrick Nelson - MSFT

In Visual Studio 2012, the we introduced a new debug engine code-named “Concord”. In Visual Studio 2012, Concord was used only for native debugging. Starting with Visual Studio 2013, Concord is used for managed debugging as well.Concord is designed to be a collection of many components working together to form the debug engine. Thi...

DevOpsGit & Version Control
Oct 1, 2015
Post comments count1
Post likes count0

Announcing Git-LFS on all VSO Git repos

Saeed Noursalehi

All Visual Studio Online Git repos now support Git-LFS, with unlimited free storage! Git-LFS is an extension to Git that replaces large files in your repo with placeholder files, and stores the contents of those large files in a separate store on the server.  This allows you to add binary files to a repo without creating a lot of bloat in...

DevOpsGit & Version Control
Sep 25, 2015
Post comments count0
Post likes count0

Network simulation and more in the VS Emulator for Android

John Kemnetz

By now, hopefully you’ve heard about the new Visual Studio Emulator for Android, which is available as a standalone download for Eclipse and Android Studio users. Today, we’re issuing an update that addresses some of your top requests, including network simulation and improved screenshot functionality. Let’s take a look at what you can expect from ...

DevOpsGit & Version Control
Sep 18, 2015
Post comments count0
Post likes count0

Concurrency Visualizer for Visual Studio 2015 is now available on the gallery

Dan Taylor

The Concurrency Visualizer is a tool for Visual Studio that allows you to analyze and improve performance of multi-threaded Windows Desktop applications. See the MSDN documentation for more information on using the Concurrency Visualizer. The Concurrency Visualizer was included with Visual Studio 2010 and Visual Studio 2012, and in Visual Studio 20...

DevOpsGit & Version Control
Aug 27, 2015
Post comments count0
Post likes count0

Git Experience Futures

Jeremy Epling

Our goal is to provide a Git experience that works for different engineering systems and teams, while making it easy to use. Today, we're announcing improvements to Visual Studio, Visual Studio Online, and Team Foundation Server that help us reach that goal. This isn't a comprehensive list of the Git enhancements we're making, but it will give...

DevOpsAzure DevOps ServerGit & Version Control
Aug 14, 2015
Post comments count0
Post likes count0

Debugging Optimized Code

Andrew B Hall - MSFT

In your normal edit->compile->debug workflow, you will generally use the Debug build configuration. Debug builds compile code to keep the executable machine code as close to the original source as possible to ensure an optimal debugging experience. This however can come at the expense of performance, both memory and speed. Conversely, when you chan...

DevOpsGit & Version Control
Jul 29, 2015
Post comments count0
Post likes count0

IntelliTrace, method call information, and Edit and Continue

Angelos Petropoulos

In this blog post I’m going to talk about IntelliTrace’s default configuration and the ability to opt-in to capture method call information. If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio 2015 which gives you an overview of IntelliTrace and its improved UI. If you’re not already familiar with IntelliTrac...

DevOpsGit & Version Control