Windows Presentation Foundation (WPF) Question:
Download Questions PDF

What is XAML extensible markup language?

Answer:

XAML is an extensible markup language based on XML. XAML can be thought of as a declarative script for creating .NET 3.0 UI. It is particularly used in WPF as a user interface markup language to define UI elements, data binding, eventing and other features. It is also used in Windows Workflow Foundation (WF), in which the workflows themselves can be defined in XAML code.

Download WPF Interview Questions And Answers PDF

Previous QuestionNext Question
What is XBAP?How can I enumerate all the descendants of a visual object?