Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Is there a.net framework variant of winforms?


Asked by Jolene Todd on Dec 15, 2021 FAQ



It does not contain the .NET Framework variant of WinForms. Windows Presentation Foundation (WPF) is another UI framework used to build Windows desktop applications which is supported on .NET Core. WPF and Windows Forms applications run only on Windows operating systems. They are part of the Microsoft.NET.Sdk.WindowsDesktop SDK.
Moreover,
Download .NET Framework. .NET Framework is a Windows-only version of .NET for building any type of app that runs on Windows.
Just so, It is supported in both .NET Core and .NET Framework platforms for Windows Forms and WPF applications. You can find a getting started tutorial in the Microsoft documentation and we will publish a blog post dedicated to WebView2 control in the nearest future.
In fact,
Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+.
Accordingly,
We can group.NET framework versions into two categories: In the first category are .NET framework versions which include a new version of CLR. In the second category are .NET framework versions without a new version of CLR.