.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Latest posts

Jan 14, 2021
Post comments count 13
Post likes count 0

Azure Active Directory’s gateway is on .NET Core 3.1!

Avanindra Paruchuri

Read about Azure Active Directory gateway service's move from .NET Framework to .NET Core.

Jan 13, 2021
Post comments count 0
Post likes count 0

Happy 10th Birthday, NuGet!

Christopher Gill

NuGet 1.0 was released on January 13th, 2011 – 10 years and 4 major version releases ago. Since then, NuGet.org has grown to host a large and vibrant package ecosystem with over 230 thousand unique packages.

Jan 13, 2021
Post comments count 3
Post likes count 0

Diagnostics improvements in .NET 5

Sourabh Shirhatti [MSFT]

Diagnostics improvements in .NET 5

Jan 12, 2021
Post comments count 3
Post likes count 0

.NET January 2021 Updates – 5.0.2, 3.1.11, 2.1.24

Rahul Bhandari (MSFT)

Today, we are releasing the .NET January 2021 Updates. These updates contains reliability and security improvements. See the individual release notes for details on updated packages. You can download 5.0.2 , 3.1.11, 2.1.24 versions for Windows, macOS, and Linux, for x86, x64, Arm32, and Arm64. Security CVE-2021-1723: ASP.NET Core Denial of Service Vulnerability Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET Core and ASP.NET 5. This advisory also provides guidance on what developers can do to update their applications to...

Jan 12, 2021
Post comments count 1
Post likes count 0

.NET Framework January Security and Quality Rollup Update

Tara Overfield

Today, we are releasing the January 2021 Security and Quality Rollup Updates for .NET Framework. Security The January Security and Quality Rollup Update does not contain any new security fixes. See October 2020 Security and Quality Rollup for the latest security updates. Quality and Reliability This release contains the following quality and reliability improvements. CLR1 WPF2 1 Common Language Runtime (CLR) 2 Windows Presentation Foundation (WPF) Getting the Update The Security and Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catal...

Jan 12, 2021
Post comments count 4
Post likes count 1

Migrating RealProxy Usage to DispatchProxy

Mike Rousos

The RealProxy type is not available in .NET Core or .NET 5, but other replacement types have been added. This post looks at how DispatchProxy and Castle.Core's DynamicProxy enable AOP paradigms in .NET 5.

Jan 11, 2021
Post comments count 18
Post likes count 1

.NET 5 Networking Improvements

Máňa

Introducing new networking features in .NET 5.

Jan 7, 2021
Post comments count 4
Post likes count 0

WSFederationHttpBinding in .NET Standard

Mike Rousos

The new `System.ServiceModel.Federation` package adds support for `WSFederationHttpBinding` and `WS2007FederationHttpBinding` which enable WS-Federation authentication scenarios. In this post, I'll show you you the basics of getting started with these client-side bindings in your .NET Core applications and .NET Standard libraries.

Dec 16, 2020
Post comments count 19
Post likes count 0

What’s next for System.Text.Json?

Layomi Akinrinade

What's next for System.Text.Json?