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...