What is difference between a ControlTemplate and a DataTemplate in WPF?
ControlTemplate
DataTemplate
ControlTemplate - Changing the appearance of element. For example Button can contain image and text
Button
DataTemplate - Representing the underlying data using the elements.