Posts by this author

Oct 10, 2018
Post comments count0
Post likes count0

Blazor 0.6.0 experimental release now available

Blazor 0.6.0 is now available! This release includes new features for authoring templated components and enables using server-side Blazor with the Azure SignalR Service. We're also excited to announce our plans to ship the server-side Blazor model as Razor Components in .NET Core 3.0!

Oct 5, 2018
Post comments count0
Post likes count0

CUDA 10 is now available, with support for the latest Visual Studio 2017 versions

We are pleased to echo NVIDIA announcement for CUDA 10 today, and particularly excited about CUDA 10.0's Visual Studio compatibility. CUDA 10.0 will work with all the past and future updates of Visual Studio 2017. To stay committed to our promise for a Pain-free upgrade to any version of Visual Studio 2017, we partnered closely with NVIDIA for the ...

Oct 5, 2018
Post comments count0
Post likes count0

The Ship List: Visual Studio App Center September Edition

September has come and gone all to quickly for us on the Visual Studio App Center team. Like many of you, we were excited to learn about the latest mobile software and hardware updates coming to both consumers as well as developers. We have also spent time continuing to ship even more improvements to the app distribution experience. With that said,...

Oct 5, 2018
Post comments count0
Post likes count0

How to upgrade extensions to support Visual Studio 2019

Recently, I've updated over 30 of my extensions to support Visual Studio 2019 (16.0). To make sure they work, I got my hands on a very early internal build of VS 2019 to test with (working on the Visual Studio team has its benefits). This upgrade process is one of the easiest I've ever experienced.

Oct 5, 2018
Post comments count0
Post likes count0

Step Back – Going Back in C++ Time

In the most recent, 15.9, update to Visual Studio 2017 Enterprise Edition, we've added "Step Back" for C++ developers targeting Windows 10 Anniversary Update (1607) and later. With this feature, you can now return to a previous state while debugging without having to restart the entire process. It's installed as part of the C++ workload but set to...

Oct 3, 2018
Post comments count0
Post likes count0

Azure Pipelines is the CI/CD solution for any language, any platform, any cloud

As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI/CD) solution for any language, application, or platform. Azure Pipelines has evolved in last couple of years as we are seeing customers use this service for both enhanced CI/CD functionality, and as a dedicated CI/CD service to use in their DevOps too...

Oct 3, 2018
Post comments count0
Post likes count0

Getting started writing Visual Studio extensions

It’s easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system works, then you are setting yourself up for failure.