---
title: "What is XBAP?"  
description: "What is XBAP?"  
author: "Anonymous User"  
published: 2011-03-12  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/404/what-is-xbap  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is XBAP?

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.WPF supports the creation of applications that run directly in a web browser. (So will WPF/E, when it is released.) They are called XAML Browser Applications (XBAPs), and have a .xbap file extension.

## Answers

### Answer by Anonymous User

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.WPF supports the creation of applications that run directly in a web browser. (So will WPF/E, when it is released.) They are called XAML Browser Applications (XBAPs), and have a .xbap file extension.


---

Original Source: https://www.mindstick.com/interview/404/what-is-xbap

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
