Showing results for Security - .NET Blog

Aug 28, 2024
23
7

BinaryFormatter removed from .NET 9

Immo Landwerth
Immo Landwerth

Starting with .NET 9, we no longer include an implementation of BinaryFormatter in the runtime. This post covers what options you have to move forward.

.NETSecurity
Nov 3, 2023
42
17

What’s new with identity in .NET 8

Jeremy Likness
Jeremy Likness

An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.

.NETASP.NET CoreC#
Jul 12, 2023
6
1

What does Azure AD renamed Microsoft Entra ID mean for .NET developers?

Jeremy Likness
Jeremy Likness

Azure Active Directory (Azure AD) is being renamed as part of unification with the expanded Microsoft Entra identity and network access product family. This is a name change only and does not require any direct action from .NET developers.

.NETASP.NET CoreAzure
Jan 12, 2022
3
0

.NET Framework January 2022 Security and Quality Rollup Updates

Tara Overfield
Tara Overfield

Yesterday, we are released the January 2022 Security and Quality Rollup Updates for .NET Framework. Security CVE-2022-21911 – .NET Framework Denial of Service This security update addresses an issue where an unauthenticated attacker could cause a denial of service on an affected system. Quality and Reliability This release contains the...

.NET FrameworkASP.NETWPF
Feb 9, 2021
0
0

.NET Framework February Security and Quality Rollup

Tara Overfield
Tara Overfield

Revised 6/8/2021: On June 8th, 2021, this update was released to replace a previous update to address a “revocation server was offline” error that may occur during installation. If you've already installed a previous release of this update, no action is required. Revised 4/15/2021: On April 13th, 2021, this update was released to replace a previ...

.NET FrameworkWPFSecurity