Showing category results for Git & Version Control

Jul 20, 2015
Post comments count1
Post likes count0

Using the Visual Studio Emulator for Android from Android Studio or Eclipse with ADT

John Kemnetz

Since announcing our fast, free, Hyper-V compatible Android emulator, we’ve heard that some of you are using Android Studio or Eclipse as your primary Android development environment and still want to acquire the best emulator on the planet without necessarily having to also install Visual Studio. That’s why we’re excited to announce that we’ve ma...

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

Visual Studio Emulator for Android in VS2015 RTM

John Kemnetz

Back in November we first told you about our fast, free, Hyper-V compatible Android emulator. Then, we used your feedback to add features including OpenGL, Lollipop, multi-touch, camera simulation, device profiles and WiFi simulation. Today, we’re excited to announce a whole host of new features for the emulator: You can acquire the Emulat...

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

Performance and Diagnostic Tools in Visual Studio 2015

Dan Taylor

This blog post summarizes the investments we made to our performance profiling and diagnostic tools in Visual Studio 2015. What’s new in Visual Studio 2015 In Visual Studio 2013 we introduced the Performance and Diagnostics hub. In Visual Studio 2015, we have made the following improvements: In the remainder of this post we’ll go into th...

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

Finding swallowed and async exceptions using IntelliTrace in VS2015

Angelos Petropoulos

In this blog post I am going to walk you through using IntelliTrace in Visual Studio 2015 to deal with two exception-related scenarios: 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. You can see this walkthrough as a video here (...

DevOpsGit & Version Control
Jun 5, 2015
Post comments count0
Post likes count0

Visual Studio Online Supports True Cross-Platform Development

Paul T. Barham

I’d like to start this blog post with a quick introduction.  I’m Paul Barham and have been working at Microsoft only 7 short weeks but have over 25 years of software development experience ranging from teaching at the university level, to being a lead software developer and architect, to being a manager over 30+ person development teams for st...

DevOpsCommunityAzure DevOps Server
Jun 1, 2015
Post comments count0
Post likes count0

Watch the Diagnostics Sessions From //Build and Ignite

Aaron Hallberg

The diagnostics team delivered a total of five talks at Microsoft’s //Build and Ignite conferences. If you were unable to view or attend them here are the links to watch them now! Note: If you are interested in watching one of the talks, all talks that share a title use the same demos and cover similar content, where the shorter talks are simply...

DevOpsGit & Version Control
May 14, 2015
Post comments count1
Post likes count0

Collect data from a windows service using the IntelliTrace Standalone Collector

Angelos Petropoulos

In this blog post I am going to walk you through how to collect data from a windows service using the IntelliTrace Standalone Collector. For the purpose of this post I will be using a windows service I created called “MyWindowsService”. Note: If you already have Visual Studio installed on the machine the windows service is running you don’t nec...

DevOpsGit & Version Control
May 14, 2015
Post comments count0
Post likes count0

IntelliTrace in Visual Studio Enterprise 2015 now supports attach!

Angelos Petropoulos

If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio Enterprise 2015 which gives you an overview of IntelliTrace and its UI. Since the release of Visual Studio Enterprise 2015 RC, IntelliTrace supports the ability to attach to running processes. As soon as Visual Studio has successfully attached to the sele...

DevOpsGit & Version Control
May 6, 2015
Post comments count0
Post likes count0

Known Issue for Diagnostics Tool window in Visual Studio 2015 RC: “The diagnostic tools failed unexpectedly”

Importer

Updated 2015-07-23: Updated for Visual Studio 2015 RTM Updated 2015-06-01: Added symptom for ASP.NET MVC apps PLEASE NOTE: These issues have been resolved with Visual Studio 2015 RTM. These workarounds should no longer be necessary, and implementing them will not resolve other issues. If you are using the RTM version of Visual Studio 2015, and ar...

DevOpsGit & Version Control
May 6, 2015
Post comments count0
Post likes count1

Using Fiddler to monitor network traffic from the VS Emulator for Android

John Kemnetz

In today’s cloud-connected world, it’s hard to find an app that doesn’t make use of an internet connection in some way or another. Whether you’re collecting app usage telemetry, making calls to a web service, or uploading your users’ cat pictures to Facebook, ensuring that your app can reliably communicate with the web is critical to developing ...

DevOpsGit & Version Control