InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between WinForms and WPF? |
|
Answer» WinForms stands for Windows FORMS which is a GRAPHICAL User Interface (GUI). It is a subset of Microsoft .NET mono-framework. It provides a platform for users to develop applications for handheld devices. WPF stands for Windows Presentation Foundation which is a rendering ENGINE used for the development of INTERACTIVE UI. |
|