WPF Interview Question and Answers
11. |
What is the use of cardspace? |
|
Cardspace provides a common identification system that can be used by desktop applications, websites and more. |
|
|
12. |
What is a Binary Application Markup Langauge(BAML) file? |
|
BAML files are compiled XAML files with the .baml extension.
These files are included in the assembly that is created in a WPF application at the compile time.
|
|
|
13. |
What are the types of routed events? |
|
- Direct Event
- Bubbling Event
- Tunnel Event
|
|
|
14. |
What are the main elements of WPF Designer? |
|
WPF Designer is the designer interface of WPF applications in Visual Studio 2010.
- Design view
- XAML view
- Split view bar
- Tag navigator
|
|
|
15. |
What is Windows Workflow Foundation? |
|
WWF is a programming model for building work flow enabled application on windows. System.WorkFlow namespace has all the necessary modules to develop any type of workflow.
|
|
|