Showing category results for C#

May 16, 2023
Post comments count18
Post likes count16

Announcing .NET 8 Preview 4

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!

.NETASP.NET CoreC#
May 12, 2023
Post comments count0
Post likes count3

Join us for HackTogether: The Microsoft Teams Global Hack

Waldek Mastykarz

Join us for HackTogether: The Microsoft Teams Global Hack, our virtual hackathon to learn how to build powerful apps for Microsoft Teams.

.NETASP.NET CoreC#
Apr 11, 2023
Post comments count71
Post likes count20

Check out new C# 12 preview features!

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
Post comments count8
Post likes count9

Announcing .NET 8 Preview 3

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.

.NETASP.NET CoreC#
Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET CoreC#
Feb 23, 2023
Post comments count27
Post likes count5

Updated Modern Code Generation for WinForm’s InitializeComponent

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