MAF + WPF implement plug-in application framework, mafwpf plug-in framework
If you are interested in maf and wpf, you can go to Baidu to learn about the results. The following shows the results:
Logon page
Main Interface: the default is my application, indicating that the application has been downloaded to a local device.
The secondary application is similar to the appstore function, indicating that the Application List has not been downloaded or needs to be upgraded, so as to download and update the application plug-in online.
This is the interface for opening an application. Each application creates a new tab and stores it in the main program.
QQ: 94 to 15-97-411
How are the differences between the Windows Forms Application and the WPF Application in the console ??
Simply put:
The console application usually has no graphical interface and only a character interface;
The Winform application has a graphical interface and encapsulation of WindowsAPI (VC ++ uses the same MFC as the encapsulation of WindowsAPI );
WPF is also used for graphical interfaces, like WinForm. net components-But WPF is not a direct encapsulation of WindowsAPI, but a DirectX encapsulation, more use of graphics card, so it is easier to make a cool interface effect.
Does wpf support all the functions of desktop applications?
First, you must understand what wpf is. It is just a ui, that is, an interface. The specific background logic should also look at c # and so on. Do you understand?