Mindmajix as a team has got enough questions from the trainees who got their WPF Training and cracked interviews at various MNCs around the world and successfully placed. From the collection of WPF Interview Questions, the following are the most common questions we got are listed to make it easy for those who are willing to crack the interview with ease. All the answers to those were written by our professional experienced trainers and are tailored to meet the concepts expected by the interviewer.
Windows Presentation Foundation (WPF) is a graphical interface that furnishes the user interface for Windows-based applications.
If you would like to Enrich your career and become a professional in WPF, then enroll in “WPF Training” Course. This course will help you to achieve excellence in this domain. |
There are two types of WPF controls:
System.Windows.Media.Media3D
supports 3-D presentation in WPF.
BrushValueSerializer class.
WPF | WinForms |
Newer Version with fine-tuning in current standards | Older Version with more tried and tested |
WPF is built from scratch and doesn't rely on standard Windows controls in almost all situations | WinForms is simply a layer on top of the standard Windows controls (e.g. a TextBox) |
Uses a lot of new applications, such as Visual Studio | Uses existed 3rd party controls that you can buy or get for free |
More flexible | The designer in Visual Studio is still, as of writing. |
Can do more things without having to write or buy new controls | Better for WinForms than for WPF, where you will have to do more of the work yourself with WPF |
When you do need to use 3rd party controls, the developers of these controls will likely be more focused on WPF because it's newer | Uses existed 3rd party control |
XAML makes it easy to create and edit your GUI and allows the work to be split between a designer (XAML) and a programmer (C#, VB.NET, etc.) | We can use XAML to design the Windows Forms project forms. Just deserialize the classes in the namespace System.Windows.Forms. |
Databinding, which allows you to get a more clean separation of data and layout | - |
It allows you to make user interfaces for both Windows applications and web applications (Silverlight/XBAP) | - |
WPF | WPF XBAP | Silverlight | Ajax.Net | |
Client – OS | Windows XP SP2 & Vista | Windows XP SP2 & Vista | Windows XP SP2, Vista, Mac, Linux | Any OS |
Client – .NET FX | .NET 3.0 | .NET 3.0 | Silverlight Plugin | Not required |
Client – Browser | NA | Internet Explorer 6+ | Firefox, Mac Safari, Internet Explorer | Any Web Browser |
Deployment | Downloadable Installer or ClickOnce | Runs in Internet Explorer secure sandbox | One-time install of Silverlight plug-in | Web Page |
When to use | Programs that need access to Windows desktop files. | Intranet applications for Windows-oriented companies. | Rich Internet Applications for public-facing websites | General-purpose public-facing websites |
Path Animation is defined as an AnimationTimeline that uses input as Path geometry.
Yes, of course, we can create WPF applications without XAML.
BAML - Binary Application Markup Language., it is tokenized XAML in binary form and quicker than XAML.
DockPanel class where a child controls are aligned to the edges of the panel.
WPF | Xamarin.Forms | |
Control Templates | WPF supports the concept of Control Templates which provide the visualization instructions for a control (Button, ListBox, etc.). | Xamarin.Forms do have a ControlTemplate type - it is used for theming Page objects. |
XAML | XAML is supported | The syntax is identical - the primary difference is the objects that are defined/created by the XAML graphs. |
Markup Extensions | In WPF, you must derive from MarkupExtension - an abstract base class. | In Xamarin.Forms, that are replaced with an interface IMarkupExtension or IMarkupExtension which is more flexible. |
RelativeSource | In WPF, these allow you to bind to other visual elements defined in XAML. | In Xamarin.Forms, this same capability can be achieved using the {x: Reference} markup extension |
Text property - RelativeSource bindings | Text={Binding RelativeSource={RelativeSource otherControl}, Path=Text} | Text={Binding Source={x:Reference otherControl}, Path=Text} |
Model-View-ViewModel | MVVM is completely supported | MVVM is completely supported |
User Controls | In WPF, UserControls are used to provide a section of UI that has associated behavior. | In Xamarin.Forms, we use the ContentView for the same purpose. Both support binding and inclusion in XAML. |
Navigation | WPF includes a rarely used NavigationService which could be used to provide a "browser-like" navigation feature | Xamarin.Forms include support for several forms of navigation |
URL navigation | WPF is a desktop-oriented technology and can accept command-line parameters to direct startup behavior. | Xamarin.Forms can use deep URL linking to jump to a page on startup. |
Inheritance Object --> DispatcherObject --> DependencyObject --> Visual --> UIElement --> FrameworkElement --> Control --> DatePicker.
TreeView presents the hierarchical collection of labeled items, each of those are indicated by a TreeNode.
Our work-support plans provide precise options as per your project tasks. Whether you are a newbie or an experienced professional seeking assistance in completing project tasks, we are here with the following plans to meet your custom needs:
Name | Dates | |
---|---|---|
WPF Training | Dec 24 to Jan 08 | View Details |
WPF Training | Dec 28 to Jan 12 | View Details |
WPF Training | Dec 31 to Jan 15 | View Details |
WPF Training | Jan 04 to Jan 19 | View Details |
Ravindra Savaram is a Technical Lead at Mindmajix.com. His passion lies in writing articles on the most popular IT platforms including Machine learning, DevOps, Data Science, Artificial Intelligence, RPA, Deep Learning, and so on. You can stay up to date on all these technologies by following him on LinkedIn and Twitter.