Showing results for WinForms - .NET Blog

Feb 15, 2023
40
21

Upgrading your .NET projects with Visual Studio

Olia Gavrysh
Olia Gavrysh

The .NET Upgrade Assistant is now available as an experimental extension in Visual Studio to easily enable to update your apps and projects to the latest version of .NET.

.NETASP.NETASP.NET Core
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 5, 2022
19
5

Custom Controls for WinForm’s Out-Of-Process Designer

Klaus Loeffelmann
Klaus Loeffelmann

A rich user control ecosystem has always been one of the most important WinForms success guarantors. While the runtime support for Custom Controls remains unchanged, there are breaking changes with the design time support for the new Windows Forms (WinForms) .NET Designer.

.NETC#WinForms
Nov 8, 2022
13
12

What’s new in Windows Forms in .NET 7.0

Igor Velikorossov
Igor Velikorossov

Read about the new features that are in Windows Forms in .NET 7 including new accessibility features, High DPI, UI Automation, and more.

.NETWinForms
May 26, 2022
4
0

.NET Framework May 2022 Cumulative Update

Salini Agarwal
Salini Agarwal

We are releasing the May 2022 Cumulative Update Preview Updates for .NET Framework. Quality and Reliability This release contains the following quality and reliability improvements. WPF 1 Winforms .NET Runtime Workflow 1 Windows Presentation Foundation (WPF) Getting the Update The Cumulative Upda...

.NET.NET FrameworkWPF
Feb 15, 2022
1
0

.NET Framework February 2022 Cumulative Update Preview

Tara Overfield
Tara Overfield

Today, we are releasing the February 2022 Cumulative Update Preview for .NET Framework. Security The February Security and Quality Rollup Update does not contain any new security fixes. See January 2022 Security and Quality Rollup for the latest security updates. Quality and Reliability This release contains the following quality and reliabilit...

.NET FrameworkWinForms
Feb 1, 2022
29
4

Databinding with the OOP Windows Forms Designer

Klaus Loeffelmann
Klaus Loeffelmann

Databinding in the Windows Forms OOP Designer focuses on Object Data Sources, and it has a different approach to set up data sources compared to the .NET Framework Designer. Read what you need to know about Databinding in WinForms for .NET apps.

WinForms.NET.NET Framework