Showing results for January 2023 - .NET Blog

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
Jan 23, 2023
12
3

5 .NET MAUI Features for Building Great Desktop Apps

James Montemagno
James Montemagno

When developing desktop apps with .NET MAUI there are great built in features that you can integrate into your apps to deliver a higher quality experience for the form factor. Today, we take a look at 5 unique features to consider in your apps.

.NET.NET MAUI