Showing archive results for 2014

Feb 10, 2014
Post comments count0
Post likes count0

Jump to SQL with IntelliTrace

Tim Varcak (MSFT)

In Visual Studio 2013, you can use IntelliTrace to view Microsoft Monitoring Agent data collected from a web application. This includes performance details in IntelliTrace which provides a great way to get back to your code to investigate performance issues that occurred on a production server. But what if the performance issue has something to do ...

DevOpsCI/CDGit & Version Control
Feb 6, 2014
Post comments count0
Post likes count0

.NET Memory Analysis: Object Inspection

Andrew Chan - MSFT

In Visual Studio 2013, we introduced a way to analyze .NET Memory with Visual Studio. Now in the Update 2, we’ve added a new feature to inspect values of objects and instances to improve your diagnostic capabilities. You can follow along using the same code and dumps from the SampleLeak App we had in the previous walkthrough. If you are using Mana...

DevOpsGit & Version Control
Feb 6, 2014
Post comments count0
Post likes count0

Triggering Prefetch for Windows Store Apps in Visual Studio 2013 Update 2

Andrew Chan - MSFT

Windows 8.1 introduced a method for Windows Store App developers to pre-register content with the Windows API to cache resources to be used by your apps before your app has been launched. This was to address the issue where your application loads slowly on startup while it waits to pull down the latest information. You can read more about ContentPr...

DevOpsGit & Version Control
Feb 6, 2014
Post comments count0
Post likes count0

JSON Debugger Visualizer in Visual Studio 2013

Avneep Dhanju - MSFT

We are proud to announce the addition of JSON Visualizer to Visual Studio debugger in the Update 2 for Visual Studio 2013. JavaScript Object Notation or JSON is a popular format for transmitting data between server and client applications. The new debugger string visualizer displays JSON encoded strings in a treeview control and allows meaningful u...

DevOpsGit & Version Control
Feb 5, 2014
Post comments count0
Post likes count0

Run your Coded UI tests against Chrome using the Selenium cross-browser plugin

Charles Sterling

Had somebody recently asking about running Coded UI Tests against Chrome and thought i would walk through this process: 1. Down load the Cross-browser plugin for Coded UI Test that uses Selenium to run tests against Chrome and Firefox from here: http://go.microsoft.com/fwlink/?LinkID=267598 3. Record a Coded UI test in IE     4&#...

DevOpsTest
Jan 31, 2014
Post comments count0
Post likes count0

How to modify the UpgradeTemplate.xaml to enable releasing from a build

Leo Vildosola

Release Management provides the option to trigger a release from a build. But to use this feature, some additional logic has to be added to the default build process template. You can refer to my previous post on doing this with the default build process templates for TFS 2013. This article details how to make the necessary modifications specifical...

DevOpsAzure DevOps ServerCI/CD
Jan 31, 2014
Post comments count0
Post likes count0

Free Webinar Scaled Agile Framework and Microsoft Visual Studio ALM Feb 4 11:30 AM PST

Charles Sterling

Next Tuesday Barry Paquet Agile Coach and certified SAFe Program Consultant (PSC) from InCycle Software will give an introduction to the Scaled Agile Framework (SAFe) and discuss how he has been solving customer’s issues with SAFe and the Visual Studio ALM Tools.   Should be a great show! Starts: Tuesday, February 04, 2014 11:30 AM ...

DevOpsAgile
Jan 23, 2014
Post comments count0
Post likes count0

Using Visual Studio Online to Load Test the NORAD tracks Santa website

Manas Maheshwari

My name is Mauricio Avilés and I am a Test Consultant in the Microsoft Enterprise Services / IT Service Management Practice. I am part of a team of experienced consultants who specialize on all things testing related. In this post we will walk you through the way we used  Visual Studio Online (VSO) Load Testing Service to test the capacity of NORAD...

DevOps
Jan 21, 2014
Post comments count0
Post likes count0

New TFS book soon available: Team Foundation Server 2013 Customization

Charles Sterling

Never ceases to amaze me how some of our community rock stars are able to discover and do so much with almost no contact with the Team Foundation Server development team…And just to make sure this phenomena doesn’t make sense; there also seems to be an inverse relationship with these folks and their remoteness!  In either case from my interact...

DevOpsAzure DevOps Server