What is the difference between wpf and windows form application?



What is the difference between wpf and windows form application?..

Answer / Lal Bahadur Kumar

WPF (Windows Presentation Foundation) is a user interface framework that provides a modern, flexible, and efficient way to build Windows desktop applications. In comparison, Windows Forms is an older UI framework that uses a more traditional Win32 API approach. WPF offers superior graphics capabilities, better support for XAML, and improved data binding, but Windows Forms may still be used for simple or legacy applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

What is the windows presentation foundation?

1 Answers  


List some common localization or globalization practices for localizing or globalizing wpf?

1 Answers  


Does .net core support wpf?

1 Answers  


What are the various x: prefix used in xaml language?

1 Answers  


What is a freezable?

1 Answers  


Name the Layout Panels of WPF?

1 Answers  


What are the method in DependencyObject in WPF?

1 Answers  


Which files are automatically added to a new wpf application project?

1 Answers  


What are the different ways of binding using relative source?

1 Answers  


You need to display a list of items. Which controls are possible options? Of those, which would you use and why?

1 Answers  


What do you understand by a routed event and what are its types?

1 Answers  


What is dependency property in wpf interview?

1 Answers  


Categories