Windows Forms (WinForms) and Windows Presentation Foundation (WPF) are two different frameworks made by Microsoft to build visual desktop apps for Windows. They both let you create things like windows, buttons, text boxes, and menus, but they work in completely different ways under the hood. What is Windows Forms?
Windows Forms (WinForms) is the older framework, released in 2002. It acts as a wrapper around the native visual parts of the Windows operating system. When you draw a button in WinForms, it uses the standard, built-in Windows button. Reddit·r/csharp
Leave a Reply