Updated on Kisan Patel
In this tutorial, you learn about different types of WPF applications supported by Visual Studio IDE.
Types of WPF Applications
Standalone WPF applications are similar to Windows Forms applications that is, you can install standalone applicatios on the clients computers and view them in the start menu.
XAML Browser Applications (XBAP) are web server-hosted WPF applications that run in a web browser. XBAPs consist of several pages, which the users can access and navigate through the browser. This is similar to the working of traditional web sites.