ニュース

Microsoft has announced that WinUI 3 is joining WPF as the two recommended native UI platforms for Windows.
Along with initial support for Hot Reload functionality, the new .NET 6 Preview 3 also introduces BlazorWebView controls for Windows Presentation Foundation (WPF) and Windows Forms (WinForms) apps.
I'm playing round with my first WPF app, which is just a small utility with a progress bar and a cancel button for the UI. I want to be able to accept some arguments from the command line, and I'm ...