InterviewSolution
Saved Bookmarks
| 1. |
Explain XAML in WPF and why do we need it? |
|
Answer» The Extensible Application Markup Language (XAML) by Microsoft is a new declarative programming language DESIGNED to create user INTERFACES for managed applications. WPF uses XAML to construct GUI (Graphical User Interface) for Windows applications. XAML is a markup language designed for creating user interfaces that look like XML (Extensible Markup Language). XAML is optional (in TERMS of usage), but it serves as the core of the WPF UI design. Advantages of XAML-
|
|