Showing results for 2020 - Visual Studio news feed

Dec 16, 2020
Post comments count0
Post likes count0

What’s next for System.Text.Json?

Sachin Thakur
Sachin Thakur

.NET 5.0 was released recently and has come with many new features and performance improvements. System.Text.Json is no exception. We have improved performance, reliability, and made it easier to adopt for people who are familiar with Newtonsoft.Json. In this post, we are going to talk about the progress that has been made with System.Text.Json, an...

Dec 16, 2020
Post comments count0
Post likes count0

PowerShell 7.2 Preview 2 release

Sachin Thakur
Sachin Thakur

Today we are proud to announce the second preview release of PowerShell 7.2. This preview is still based on .NET 5 as we wait for the first preview of .NET 6 which we expect PowerShell 7.2 to be based upon.

Dec 14, 2020
Post comments count0
Post likes count0

gRPC Web with .NET

Sachin Thakur
Sachin Thakur

gRPC-Web allows browser-based applications to call into gRPC services via a special proxy. .NET developers are now able to build and consume services that use gRPC-Web using the Grpc.AspNetCore.Web NuGet package. In this episode, James Newton-King joins Cecil to explain how gRPC-Web works and show us what the code looks like to support this feature

Dec 14, 2020
Post comments count0
Post likes count0

What’s new in Windows Forms runtime in .NET 5.0

Sachin Thakur
Sachin Thakur

Since Windows Forms was open sourced in late 2018, and ported to .NET Core, both the team and our external contributors have been busy fixing old bugs and adding new features. In this post we are going to talk about what’s new in Windows Forms runtime in .NET 5.0

Dec 14, 2020
Post comments count0
Post likes count0

Visual Studio 2019 v16.9 Preview 2 and New Year Wishes Coming to You!

Sachin Thakur
Sachin Thakur

As we quickly move towards the end of this unpredictable year, our team is delivering at least one more set of features your way in Visual Studio 2019 v16.9 Preview 2! Our C++, .NET, and Xamarin Forms teams have been hard at work to deliver some great new functionality.

Dec 2, 2020
Post comments count0
Post likes count0

Improving Debug-time Productivity with Source Link

Sachin Thakur
Sachin Thakur

Learn how you can improve debug-time with Source Link. With Source Link-enabled libraries, the debugger can download the underlying source files as you step in, and you can set breakpoints/tracepoints like you would with any other source. Source Link-enabled debugging makes it easier to understand the full flow of your code from your code down to t...

Nov 19, 2020
Post comments count0
Post likes count0

C++20 Features in Visual Studio 2019 versions 16.7 and 16.8

Sachin Thakur
Sachin Thakur

We have continued our efforts to implement C++20 in the MSVC toolset, with noteworthy progress being made in VS (Visual Studio) 2019 v16.7 and VS 2019 v16.8. This blog post lists the features implemented since the C++20 Features and Fixes in VS 2019 16.1 through 16.6 blog post.

Nov 19, 2020
Post comments count0
Post likes count0

GitHub accounts are now integrated into Visual Studio 2019

Sachin Thakur
Sachin Thakur

Starting with version 16.8, you’ll be able to add both GitHub and GitHub Enterprise accounts directly from Visual Studio. The new functionality allows you to add and leverage them just as you do with Microsoft accounts, which means that you’ll have an easier time accessing your GitHub resources across Visual Studio.

Nov 18, 2020
Post comments count0
Post likes count0

What’s new in .NET Productivity

Sachin Thakur
Sachin Thakur

The .NET Productivity team (a.k.a. Roslyn) wants to help you be more productive! We’ve seen a lot of excitement in the past few months over our latest features which automate and reduce editing tasks to a single click and help save you time. In this post, I’ll cover some of the latest .NET productivity features available in Visual Studio 2019