Showing category results for Git & Version Control

Jul 29, 2015
Post comments count0
Post likes count0

Debugging .NET Native Windows Universal Apps

Andrew B Hall - MSFT

With the release of Windows 10 we also shipped Visual Studio Tools for Windows 10. As you will have heard Universal Windows apps written in .NET (either C# or VB) will be compiled to native machine code before being deployed to customer devices using .NET Native. However, the default Debug configuration still uses .NET Core runtime to allow for a f...

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

“No such interface supported” in Visual Studio 2015 on Windows 10

Importer

If you upgraded your Windows 10 machine from an earlier version of Windows 10, and are running Visual Studio 2015, this post describes a workaround to a known issue. If you installed Windows 10 cleanly, or upgraded directly from Windows 7 or 8.x, then there is no issue, feel free to skip this post. Once again, thanks to the efforts of users filing...

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

Code Metrics PowerTool for Visual Studio 2015 Available on Microsoft Download Center

Charles Willis (MSFT)

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In 2011, we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of these metrics into the bui...

DevOpsGit & 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