This question is locked. New answers and comments are not allowed.
As developers new to Windows 8, we're having a hard time choosing between C#/XAML and JS/HTML for our upcoming app development. Telerik's RadControls for Metro are available for both platforms, and from our basic tests of Telerik's controls we can't tell much difference in performance.
We're developing a fairly photo-heavy application, kind of a photo viewer, so UI performance and responsiveness is key for us. That's pushing us towards C#/XAML, because our hunch is that it's going to perform significantly better than JS/HTML, which has to go through what's basically IE10's rendering engine, whereas C#/XAML should be a little bit closer to the metal. Is that assumption correct? Does anyone have any performance data or anecdotal evidence that C#/XAML would be the better route given our photo-heavy application?
Note that we don't have much experience with either set of technologies (esp on Windows 8, which is very new), so we can't exactly "use what we know".
We're developing a fairly photo-heavy application, kind of a photo viewer, so UI performance and responsiveness is key for us. That's pushing us towards C#/XAML, because our hunch is that it's going to perform significantly better than JS/HTML, which has to go through what's basically IE10's rendering engine, whereas C#/XAML should be a little bit closer to the metal. Is that assumption correct? Does anyone have any performance data or anecdotal evidence that C#/XAML would be the better route given our photo-heavy application?
Note that we don't have much experience with either set of technologies (esp on Windows 8, which is very new), so we can't exactly "use what we know".