Showing results for January 2021 - .NET Blog

Jan 18, 2021
Post comments count23
Post likes count0

The Plan for Entity Framework Core 6.0

Jeremy Likness
Jeremy Likness

This blog post details the roadmap for Entity Framework Core 6.0.

.NET.NET CoreEntity Framework
Jan 13, 2021
Post comments count0
Post likes count0

Happy 10th Birthday, NuGet!

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

NuGetNuGet.orgOther announcements
Jan 12, 2021
Post comments count3
Post likes count0

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