Showing results for .NET Core - .NET Blog

May 25, 2021
Post comments count40
Post likes count0

Announcing .NET 6 Preview 4

Richard Lander
Richard Lander

.NET 6 Preview 4 is now available.

.NET.NET Core
May 19, 2021
Post comments count13
Post likes count0

Conversation about ready to run

Richard Lander
Richard Lander

Conversation with .NET engineers about the ready to run executable format. They share their perspective on the origins of ready to run, the strengths and weaknesses of the format, and comparing it to both IL and Native AOT.

Conversations.NET.NET Core
May 18, 2021
Post comments count2
Post likes count0

Conversation about PGO

Richard Lander
Richard Lander

Conversation with .NET engineers about profile guided optimization (PGO). They share their perspectives on how PGO works, how it improves even sophisticated compilers, other platforms that have good PGO systems, and what .NET is doing to provide better performance with PGO.

Conversations.NET.NET Core
Apr 22, 2021
Post comments count26
Post likes count1

Conversation about crossgen2

Richard Lander
Richard Lander

Conversation with .NET engineers about crossgen2. They share their perspective on what Crossgen is for, what's new with Crossgen v2, its similarities to the Roslyn project, and all the new performance features it enables.

Conversations.NET.NET Core
Apr 8, 2021
Post comments count25
Post likes count0

Announcing .NET 6 Preview 3

Richard Lander
Richard Lander

.NET 6 Preview 3 is now available.

.NET.NET Core
Apr 7, 2021
Post comments count3
Post likes count0

Your Top .NET Microservices Questions Answered

Nish Anil
Nish Anil

We got some great questions during our recent Let's Learn .NET: Microservices event. In this post, Nish Anil answers your top five questions, with links to docs and resources where you can learn more.

ASP.NET.NET CoreCloud
Mar 25, 2021
Post comments count27
Post likes count0

Loop alignment in .NET 6

Kunal Pathak
Kunal Pathak

Loop alignment improvements in .NET 6

.NET Core.NETC#