Wpf:windows Presentation Foundation
WPF is the Windows user interface framework, a unified programming model that starts with. NET 3.0, and refers to a (present-stage standard) rendering approach to WIN32 application development that conforms to the following processes
|| ------------------------the WPF development model Process------------------------------| |
Form API---> XAML Bindings---> Windows window Design---> Program completion
WPF uses XAML (XML method) to design the GUI, which supports control encapsulation, and is a more modern and high-performance GUI design method than the improvements of the MFC method
Using C#/vb.net
Wfa:windows Form Application
Windows Form application is a. NET version of Windows application. Windows application is a traditional Win32 application, in the absence of. NET when Windows application uses MFC (Microsoft Foundation Classes) to develop WIN32 applications, Windows Form application uses form controls in. NET to develop the app.
Using C + +
Differences between WPF and WFA programs in Visual Studio