Showing results for September 2020 - Page 2 of 2 - .NET Blog

Sep 13, 2020
102
0

Announcing .NET 5.0 RC 1

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are shipping .NET 5.0 Release Candidate 1 (RC1). It is a near-final release of .NET 5.0, and the first of two RCs before the official release in November. RC1 is a "go live" release; you are supported using it in production. At this point, we're looking for reports of any remaining critical bugs that should be fixed before the final ...

.NET
Sep 8, 2020
3
0

.NET Core September 2020 Updates – 2.1.22 and 3.1.8

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

Today, we are releasing the .NET Core September 2020 Update. These updates contain security and reliability fixes. See the individual release notes for details on updated packages. Security CVE-2020-1045: ASP.NET Core Security Feature Bypass Vulnerability Microsoft is releasing this security advisory to provide information about a ...

.NET
Sep 8, 2020
10
0

.NET Framework September 2020 Security and Quality Rollup Updates

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

.NET
Sep 8, 2020
6
0

Free e-book: Blazor for ASP.NET Web Forms Developers

Nish Anil
Nish Anil

Announcing the release of our new e-book: Blazor for ASP.NET Web Forms developers. This book caters specifically to ASP.NET Web Forms developers looking for guidelines and strategies for migrating their existing apps to a modern, open-source, and cross-platform web framework.

ASP.NETBlazor
Sep 2, 2020
16
0

.NET CLI Templates in Visual Studio

Tim Heuer
Tim Heuer

If you are a template author for .NET Core templates and have been wanting to show up for Visual Studio users as well with little effort we have enabled a new preview feature for you! Visual Studio now has an option in preview to enable CLI-installed .NET Core templates to display as options in the New Project Dialog experience.

.NETASP.NET.NET Core
Sep 2, 2020
7
0

Customizing Trimming in .NET 5

Sam Spencer
Sam Spencer

This second post on app trimming goes into more detail about to annotate code to control the trimming process.

.NET
Sep 1, 2020
5
0

Improvements in native code interop in .NET 5.0

Elinor Fung
Elinor Fung

In this post, we discuss interop improvements in .NET 5.0 and describe some of the work we are considering for the future. We also have a survey on GitHub, where we hope to hear about your experiences in the interop space.

.NET