Showing archive results for 2013

Jul 22, 2013
Post comments count0
Post likes count0

Creating Fence Environments using Team Foundation Server 2013 Preview Lab Management can put Lab Environment in “Not Ready” state

Anisha Pindoria

This issue can occur if the guest OS is Windows 2012 R2 Preview.   Workaround: Install Agents for the Lab Environment once. It should fix the problem.  Cause: When the test agent is installed and configured, by default it enables firewall exception for tcp port 6910 in privateand current profiles. If the guest OS is Windows 2012 R2...

Azure & Cloud
Jul 22, 2013
Post comments count0
Post likes count0

Creating Fence Environments using team foundation server 2013 Preview Lab Management can give error “The given key is not present in the dictionary..”

Importer

This issue can occur when Lab Management is configured with SCVMM 2012 R2 Preview    Workaround :  Repair the Lab Environment once. It should fix the problem.  Cause:  While creating a network isolated environment Lab creates a virtual network using SCVMM. This network creation completes successfully but SCVMM still returns a failure to Lab ...

DevOps
Jul 12, 2013
Post comments count0
Post likes count0

Performance and Diagnostics Hub in Visual Studio 2013

Dan Taylor

Update: this blog post has been updated for Visual Studio 2013 Update 3 – enjoy! If you attended our Build conference or watched some of the videos, you may have seen some of the new profiling tools and our Performance and Diagnostics hub. This blog post will provide an overview of the hub and the various performance analysis tools that we have bu...

DevOpsGit & Version Control
Jul 11, 2013
Post comments count0
Post likes count0

XAML UI Responsiveness tool in Visual Studio 2013

Charles Sterling

(Posting for a team mate and friend Pratap Lakshman)   From the perspective of interaction-performance applications need to be “fast” and “fluid” - fast to launch, to navigate between pages, to react to changes in orientation, and fluid in scrolling, in panning and in animations. This post introduces the XAML UI Responsiveness tool, a new tool in...

DevOpsGit & Version ControlTest
Jul 10, 2013
Post comments count0
Post likes count0

Energy Consumption tool in Visual Studio 2013

Charles Sterling

(Posting for a team mate: Shiv Prashant Sood) Battery draining applications result in bad customer experience and poor ratings. Optimal battery usage is an important aspect that a developer must consider. This post introduces the Energy Consumption tool, a new tool in the Visual Studio Performance and Diagnostics hub that enables you to optimize y...

DevOpsGit & Version ControlTest
Jul 10, 2013
Post comments count0
Post likes count0

Team Foundation Server 2013 Preview – Upgrade FAQ

AndreaMS

 Now that the Preview has been out for a couple of weeks, we've started to get lots of questions about acquisition and upgrade.  This page provides useful information about the upgrade process for the Visual Studio Team Foundation Server 2013 Preview.  If you're unfamiliar with the new features available in Visual Studio 2013, see th...

DevOpsAzure DevOps Server
Jul 3, 2013
Post comments count0
Post likes count0

What is New in Code Analysis for Visual Studio 2013

Andrew B Hall - MSFT

This post (addressing uservoice feedback on CA) was written by Nat Ayewah, a member of the code analysis team in Windows Last year's release of Visual Studio 2012 marked a significant update to the Code Analysis experience in Visual Studio. We made code analysis available in more editions of Visual Studio, introduced a new user interface for v...

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