What is the difference between .wmf and .xaml?
- Extension
 - .wmf
 - .xaml
 
- Format
 - Binary
 
- Category
 - Vector Image
 - Vector Image
 
- Developer
 - Microsoft
 - Microsoft
 
- Description
 - Proprietary Windows graphic format developed by Microsoft; contains a series of drawing operations, including commands for drawing lines, circles, and rectangles; may also contain bitmap drawing operations; used primarily for vector images, but can also include raster graphics.
 - Extensible Application Markup Language file that uses Windows Presentation Foundation (WPF) code; XAML (pronounced "zammel") is a descriptive programming language developed by Microsoft for creating user interfaces; introduced during the development stages of Longhorn, which is now Windows Vista.
 
- MIME Type
 - application/x-msmetafile
 - application/xaml+xml
 
- Sample
 - sample.wmf
 
- Wikipedia
 - .wmf on Wikipedia
 - .xaml on Wikipedia