.NET desktop apps | Free tools and frameworks
dotnet.microsoft.com › en-us › appsUWP extends the .NET platform to enable development for any Windows 10 device—PC, tablet, phone, Xbox, HoloLens, Surface Hub, and Windows 10 IoT Core. UWP provides a UI framework for writing responsive apps that support several screen sizes and interaction models, such as touch, mouse and keyboard, game controller, and pen.
Windows Desktop Apps and .NET 5 - CODE Mag
www.codemag.com › Windows-Desktop-Apps-and-Dec 21, 2020 · Another very important feature of .NET 5 is that, like .NET Core, it allows “side-by-side” deployment of multiple versions of .NET 5 on the same computer. In your applications, you can specify which version of .NET you want to target. That means your application will never be broken by a random runtime update beyond your control.