Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the pros and cons of writing C#/Xaml vs. HTML/JavaScript WinRT applications in Windows8 [closed]

I am planning to develop a metro app which will contact a server and will download and preview images, PDF, audio and video files. I am confused whether to write it in C#/Xaml or in HTML/JavaScript.

I have a C#/Xaml background, what added advantages will i get developing the same in HTML/JavaScript and not in C#/Xaml?

like image 201
Hemant Bhatt Avatar asked Mar 19 '13 11:03

Hemant Bhatt


2 Answers

I found an existing thread with several useful answers on this:

https://softwareengineering.stackexchange.com/questions/156361/advantages-and-disadvantages-to-using-xaml-c-or-html5-javascipt-for-metro-apps

Regards, Chris

like image 107
Data-Integration-Services Avatar answered Nov 11 '22 20:11

Data-Integration-Services


There is a //Build/ 2013 recording of a session here that is exactly about strengths and weaknesses of each platform.

like image 39
Filip Skakun Avatar answered Nov 11 '22 19:11

Filip Skakun