So I understand how XAMLC
works and that it compiles the Xaml which means it has to do less processing at Runtime.
But does it also compile DataTemplates
as these are Created at runtime?
Is it better to use a DataTemplate
or a ContentView
when talking about XAMLC or do they both work in the same way?