Showing results for C# - .NET Blog

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
Feb 6, 2023
39
14

Update to the .NET language strategy

Kathleen Dollard
Kathleen Dollard

Interested in what is going on and the future of .NET languages, (C#, F#, and Visual Basic)? We have just published an updated version of the .NET Language Strategy on our documentation!

.NET.NET Core.NET Framework
Jan 25, 2023
11
16

Using Command Binding in Windows Forms apps to go Cross-Platform

Klaus Loeffelmann
Klaus Loeffelmann

The WinForms code-behind approach has always made app development in WinForms unrivaled fast. For complex line-of-business apps, however, it can become an architectural challenge. New Command- and Data Binding Features in .NET 7 make UI-Controllers and MVVM an alternative and allow them also be reused in UI stacks like .NET MAUI.

.NETC#.NET MAUI
Dec 30, 2022
1
7

Top .NET Blog Posts of 2022

James Montemagno
James Montemagno

Let's take a look back at the top .NET blogs posts from 2022!

.NETASP.NETC#