Posts by this author

Feb 7, 2018
Post comments count0
Post likes count0

Azure Storage for Serverless .NET Apps in Minutes

Azure Storage is a quick and effortless way to store data for applications that has high availability, is secure, scales and is redundant. This blog post walks through a simple application that creates a short code for a long URL to easily reference it. It uses Table Storage to map codes to URLs and a Queue to process redirect counts. Everything is...

Feb 7, 2018
Post comments count0
Post likes count0

Visual Studio Subscriptions and linking your VSTS account to AzureAD

A few weeks ago, I posted about a change coming to organizations managing their identities with Microsoft Accounts (MSAs); as of March 30th, you will no longer able to create new MSAs with a custom domain name that is linked to an Azure Active Directory tenant. Many customers have reached out asking how this change affects their Visual Studio subs...

Feb 7, 2018
Post comments count0
Post likes count0

Target Surface Hub and Windows 10 S on a Snapdragon processor with your UWP apps

When submitting your UWP app or game to Microsoft Store through Dev Center, you have the flexibility to choose the device families on which customers can acquire your app. By default, we make your app or game available to all device families which can run it (except for Xbox, which you can opt into as appropriate if your packages support it). This ...

Feb 2, 2018
Post comments count0
Post likes count0

What’s new for Python in Visual Studio 2017 15.6 Preview 1

Today we have released the first preview of our next update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com. In this post, we're going to take a look at some of the new features we have added for Python developers. As always, the preview is a ...

Feb 2, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.7

Today we’re proud to announce the release of TypeScript 2.7! If you’re not familiar with TypeScript, it’s a language that brings optional static types to JavaScript by building on JavaScript itself. Running TypeScript code through its compiler emits clean readable JavaScript that runs on any browser, and can also make bleeding-edge ECMAScript feat...

Feb 2, 2018
Post comments count0
Post likes count0

MSTest V2: in-assembly parallel test execution

MSTest V2 v1.3.0 Beta2 now supports in-assembly parallel execution of tests – the top most requested/commented issue on the testfx repo. The feature can dramatically reduce the total time taken to execute a suite of tests. To get started, install the framework and adapter from NuGet. If you are already using MSTest V2, then upgrade to this version...

Feb 2, 2018
Post comments count0
Post likes count0

Last week in Azure: New visual tools for Data Factory, and more

If you were too busy writing code, attending meetings, or enjoying some time away from work, here's an overview of what you may have missed in Azure last week: Headlines: ADF v2: Visual Tools enabled in public preview - Be more productive with Azure Data Factory by getting pipelines up & running quickly without requiring to write a single line...

Feb 2, 2018
Post comments count0
Post likes count0

The Ship List: App Center January Update

The New Year represents an exciting time for those of us on the App Center team, after our launch last November at Connect(); and seeing your initial reactions over the past few months. We haven't rested after the launch, however. We have been hard at work improving App Center, listening to your feedback, and looking at how we want the product to e...

Jan 31, 2018
Post comments count0
Post likes count0

Azure Storage for Serverless .NET Apps in MinutesAzure Storage for Serverless .NET Apps in Minutes

Azure Storage is a quick and effortless way to store data for applications that has high availability, is secure, scales and is redundant. This blog post walks through a simple application that creates a short code for a long URL to easily reference it. It uses Table Storage to map codes to URLs and a Queue to process redirect counts. Everything is...

Jan 31, 2018
Post comments count0
Post likes count0

We added a new type of IntelliSense squiggle to C++ Open Folder and CMake to streamline cross-platform development

Today’s preview of Visual Studio 2017 version 15.6 Preview 2 includes two IntelliSense improvements to streamline code editing for C++ Open Folder and CMake. We added a new type of IntelliSense squiggle to C++ Open Folder and CMake to streamline cross-platform development. We also now support a new heuristic and wildcard syntax to the include path...