Showing results for January 2021 - .NET Blog

Jan 12, 2021
3
0

.NET January 2021 Updates – 5.0.2, 3.1.11, 2.1.24

Rahul Bhandari (MSFT)
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-...

.NET
Jan 12, 2021
1
0

.NET Framework January Security and Quality Rollup Update

Tara Overfield
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 re...

.NET
Jan 12, 2021
4
1

Migrating RealProxy Usage to DispatchProxy

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

.NET.NET Core
Jan 7, 2021
4
0

WSFederationHttpBinding in .NET Standard

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

.NET.NET Core