Showing results for C# - .NET Blog

May 16, 2023
18
16

Announcing .NET 8 Preview 4

Jon Douglas
Jon Douglas

.NET 8 Preview 4 contains many exciting new features for the runtime and libraries, Native AOT improvements, modern build output and simplified paths, NuGet package security auditing, and much more!

.NET.NET CoreASP.NET Core
Apr 11, 2023
71
20

Check out new C# 12 preview features!

Kathleen Dollard
Kathleen Dollard

The first set of C# 12 features are here in preview including primary constructors, using aliases, and lambda expression parameters.

.NETC#
Apr 11, 2023
8
9

Announcing .NET 8 Preview 3

Jiachen Jiang
Jiachen Jiang

.NET 8 Preview 3 is now available, with changes to build paths, workloads, Microsoft.Extensions, and containers. It also includes performance improvements in the JIT, for Arm64, and dynamic PGO.

.NET.NET CoreASP.NET Core
Feb 23, 2023
27
5

Updated Modern Code Generation for WinForm’s InitializeComponent

Klaus Loeffelmann
Klaus Loeffelmann

When you design a WinForms Form, it gets generated into a method called InitializeComponent. When you reopen that Form, it gets recreated by interpreting that code. In Visual Studio 2022 17.5, we've modernized the code generation process. And made some changes.

.NETC#WinForms