Showing results for 2023 - Page 16 of 17 - .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
Feb 14, 2023
0
1

Improvements to .NET Framework updates for Windows 11, version 22H2

Brett Lopez
Brett Lopez

Fewer reboots, more secure Windows feature updates, and more control over preview .NET Framework updates. This post amplifies the announcement made on the Windows IT Pro blog to our .NET Blog developer and IT Pro audience.    We are excited to announce two new features that will greatly improve the .NET Framework update experience fo...

.NET
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 FrameworkC#
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