Showing archive results for 2021

Jan 12, 2021
Post comments count1
Post likes count0

.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
Post comments count4
Post likes count1

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 11, 2021
Post comments count18
Post likes count1

.NET 5 Networking Improvements

Máňa
Máňa

Introducing new networking features in .NET 5.

.NET.NET Core
Jan 7, 2021
Post comments count4
Post likes count0

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