#36 – Five Types of WPF Applications
August 17, 2010 Leave a comment
You can develop five main types of WPF applications:
- Standalone Applications – Standard windowed client application, runs on Windows
- XAML Browser Applications (XBAPs) – Page-based application that runs in browser
- Custom Control Libraries – Library containing custom controls that derive from Control, packaged as DLL
- User Control Libraries – Library containing custom controls that derive from UserControl, packaged as DLL
- Class Libraries – Library containing general classes usable in other projects, packaged as DLL