Showing results for April 2014 - Page 2 of 3 - Azure DevOps Blog

Apr 4, 2014
Post comments count0
Post likes count0

Cloud Load testing with Visual Studio Online – Launching General Availability

Charles Sterling
Charles Sterling

As announced with the build conference we are launching the General Availability for cloud load testing using Visual Studio Online.Here are some links to get started and details on free usage limits and applicable charges with General Availability. Getting Started links New Highlights With the integration of the Application Insights...

DevOpsTest
Apr 4, 2014
Post comments count0
Post likes count0

Diagnosing Mobile Website Issues on Windows Phone 8.1 with Visual Studio

Andrew B Hall - MSFT
Andrew B Hall - MSFT

If you have spent time trying to make a compelling mobile version of your website you have likely hit issues with it not looking or working correctly on mobile browsers.  To help with this on Windows Phone, we’re very excited to announce that in Visual Studio 2013 Update 2 we have enabled the use of Visual Studio’s debugging and performance tools f...

DevOpsGit & Version Control
Apr 3, 2014
Post comments count0
Post likes count0

Performance Profiling on Windows Phone 8.1 with Visual Studio

Haseeb Ah
Haseeb Ah

We are very excited to announce that we have added support for performance profiling of Windows Phone XAML and JavaScript apps to the Performance and Diagnostics hub. You can transfer your existing skills and use the same set of tools which work for Windows Store apps to analyze the performance of Windows Phone XAML and JavaScript apps. In thi...

DevOpsGit & Version Control
Apr 3, 2014
Post comments count0
Post likes count0

Case study: Application Performance Monitoring with Application Insights

Alan Cameron Wills
Alan Cameron Wills

James Beeson, Alan Wills - Our group runs about 20 web applications, serving a community of about 100k users spread around the world. Since we started using Application Insights, we’ve found we have a much clearer view of our applications’ performance, and as a result, our users are seeing better performing and more useful apps. This post tells yo...

DevOpsAzure & CloudCI/CD
Apr 3, 2014
Post comments count0
Post likes count0

Visual Studio Release Management 2013 Update 2 RC now available

Vijay Machiraju
Vijay Machiraju

We have announced the public availability of Visual Studio Release Management 2013 Update 2 RC today. Besides various minor fixes and enhancements, this release simplifies deployment of your applications to groups of servers, and triggering releases from third party systems. Let us talk about each of these features. Deploying to groups of servers ...

DevOpsCI/CD
Apr 2, 2014
Post comments count0
Post likes count0

Create Lab Environment using TFS Lab Management APIs

Subramanyam [MSFT]
Subramanyam [MSFT]

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Lab.Client; namespace LabEnvironmentCreation {     classProgram     {         staticvoid Main(str...

DevOpsCI/CD
Apr 2, 2014
Post comments count0
Post likes count0

Querying Lab Environments Using TFS Lab Management APIs

Subramanyam [MSFT]
Subramanyam [MSFT]

using System;using System.Collections.Generic;using Microsoft.TeamFoundation.Client;using Microsoft.TeamFoundation.Lab.Client;namespace QueryLabEnvironment {     classProgram     {        staticvoid Main(string[] args)         {&n...

DevOpsCI/CD
Apr 2, 2014
Post comments count0
Post likes count0

Team Foundation Server 2013 Update 2 and Visual Studio 2013 Update 2 Release Candidate now available

Charles Sterling
Charles Sterling

This final release of Team Foundation Server 2013 Update 2 and release candidate of Visual Studio 2013 Update 2 has over 100 new features and over 30 in JUST in the ALM space alone!  As many already know the developer division is now continually adding features to Visual Studio and these quarterly updates are our chance to both fix issues you have...

DevOpsAzure & CloudTest
Apr 2, 2014
Post comments count0
Post likes count0

Did you uninstall Release Management Server and lose access to the Release Management client?

Tim Elhajj
Tim Elhajj

It can happen. If you uninstall the RM server and a client is still pointing to that server (one that is now no longer available, because you just uninstalled it), you will get this error message the next time you launch the client.You can recover by using ReleaseManagementConsoleAdjustConfigFile.exe, a new command line tool included with VS update...

DevOpsCI/CD
Apr 2, 2014
Post comments count0
Post likes count1

Diagnosing memory issues with the new Memory Usage Tool in Visual Studio

Harikrishna Menon
Harikrishna Menon

As part of our continued effort to provide great diagnostic tools for developers, Visual Studio 2013 introduces a new Memory Usage tool as a part of the Performance and Diagnostics hub. The Memory Usage tool supports Windows Store and Windows Phone Store apps using C#/VB/C++ and XAML. This blog post gives you an overview of this tool and helps you ...

DevOpsGit & Version ControlTest