Metro style apps with Html and C#

Posted by labroo on Stack Overflow See other posts from Stack Overflow or by labroo
Published on 2012-07-08T09:09:05Z Indexed on 2012/07/08 9:15 UTC
Read the original article Hit count: 118

Filed under:
|
|
|

According to this slide

http://geekswithblogs.net/images/geekswithblogs_net/technetbytes/windows-8-platform-tools.jpg

Does it mean I have to use XAML view with C# if I want to develop a metro styled application?

Can I use a HTML/JS/CSS - C# combination with event handlers and all? Something like ASP.NET Webforms/MVC . I know it is not the same client server architecture, but since metro styled apps support HTML/JS, I was wondering.

I can use Win-JS. But can I rather write C# than Javascript, and use HTML rather than XAML?(I dont know XAML and I like C#)

All the C# samples I found online use XAML.

© Stack Overflow or respective owner

Related posts about c#

Related posts about xaml