Showing archive results for July 2018

Jul 5, 2018
Post comments count0
Post likes count0

Using the Retry pattern to make your .NET Azure cloud application more resilient

John Powell

This post was authored by Jason Haley, Microsoft Azure MVP. Recently, I was at Boston Code Camp catching up with some old friends and looking to learn about containers or anything that could help me in my current project of migrating a microservices application to run in containers. I was speaking with one friend who had just presented a session o...

Jul 5, 2018
Post comments count0
Post likes count0

Announcing C++ Just My Code Stepping in Visual Studio

John Powell

In Visual Studio 2017 release 15.8 Preview 3 we’re announcing support for Just My Code stepping for C++. In addition to previously supported callstack filtering, the Visual Studio debugger now also supports stepping over non-user-code. As you “Step In”, for example in an algorithm from the Standard library with a custom predicate or in a Win32 API ...

Jul 5, 2018
Post comments count0
Post likes count0

App Center: Announcing Auto-Provisioning: Build and Distribute Apps Faster

John Powell

Getting your app onto your own device, or in the hands of potential testers, can be one of the most time-consuming challenges when developing an iOS app. To install an app on a single device, you must register the device with Apple and sign the app with the relevant provisioning profile. While this isn’t much of an issue for a single device, you ne...

Jul 5, 2018
Post comments count0
Post likes count0

VSTS UX Improvements: New Work Hubs

John Powell

In our recent post “New navigation for Visual Studio Team Services” we shared an early look at our plans for the upcoming year. For the Work hubs in VSTS, we’re investing in ways that address usability issues many of you have shared with us. In this post, we’ll describe a few of the first steps in that journey.

Jul 4, 2018
Post comments count0
Post likes count0

Changes to script debugging in Visual Studio 15.7

John Powell

We’re always looking for ways to make developing with Visual Studio faster.  One of the tasks developers do many times a day is launching debugging sessions.  We identified that script debugging added about 1.5s per F5, but only about 15.5% of people actively debugged script using Visual Studio.

Jul 4, 2018
Post comments count0
Post likes count0

CMake Support in Visual Studio – Configuration Templates

John Powell

Visual Studio 2017 15.8 Preview 3 is now available and it includes several improvements to the CMake tools. In addition to a few fixes we have simplified the way you can configure your CMakeSettings.json file by adding configuration templates. If you are new to CMake in Visual Studio, check out how to get started.

Jul 4, 2018
Post comments count0
Post likes count0

Azure.Source – Volume 38

John Powell

Announcements at GeekWire Cloud Tech Summit Microsoft from GeekWire Cloud Tech Summit: New Azure innovations will advance the intelligent cloud and intelligent edge - Mark Russinovich CTO, Microsoft Azure, covers announcements he made at the GeekWire Cloud Tech Summit. He also discussed how customers are using the cloud and what the future holds w...

Jul 4, 2018
Post comments count0
Post likes count0

Supercharging the Git Commit Graph

John Powell

Have you ever run and waited a few seconds before the window appears? Have you struggled to visualize your commit history into a sane order of contributions instead of a stream of parallel work? Have you ever run a force-push and waited seconds for Git to give any output? You may be having performance issues due to the number of commits in your re...

Jul 4, 2018
Post comments count0
Post likes count0

What’s new in VSTS Sprint 135 Update

John Powell

The Sprint 135 Update of Visual Studio Team Services (VSTS) has rolled out to all accounts. In this Update release progress gets a lot more visual. With the new release progress views, artifacts, environments, and deployment progress are now presented in a much more rich and graphical way so that you can spot problems or take action to keep release...