Windows Presentation Foundation (WPF) Question:

What is XBAP?

WPF Interview Question
WPF Interview Question

Answer:

XBAP stands for XAML Browser Application. XBAP allows for WPF applications to be used inside a browser. The .NET framework is required to be installed on the client system. Hosted applications run in a partial trust sandbox environment. They are not given full access to the computer's resources and not all of WPF functionality is available.


Previous QuestionNext Question
What is WPF?What is XAML extensible markup language?