Overview of WPF & UWP Differences
The Universal Windows Platform (UWP) has its roots in SilverLight instead of being based on the Windows Presentation Foundation (WPF). UWP is implemented natively in C++ instead of WPF which was written in C# and C++ for lower-level functions. Due to being a completely different implementation of XAML, designed to include more resource constrained devices, and support for more programming languages, there are several differences in UWP compared to WPF. These differences may be new functionality in UWP, slightly different ways of doing things or, more commonly, WPF features missing in UWP. These differences are not summarized by Microsoft which is prohibitive for developers familiar with WPF and that have to port existing code. This document is intended to provide an overview of the differences.
Relations
compares Universal Windows Platform (UWP)
Universal Windows Platform (UWP) apps (formerly Windows Store apps and Metro-style apps) are applicat...
compares Windows Presentation Foundation (WPF)
Windows Presentation Foundation (WPF) is a free and open-source graphical subsystem (similar to WinFo...
Edit details Edit relations Attach new author Attach new topic Attach new resource
from 0 reviews
- Resource level 0.0 /10
- beginner intermediate advanced
- Resource clarity 0.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 0.0 /10
- none basics intermediate advanced expert