I have a few questions about Metro style applications.
- Do they require .NET Framework or any framework?
- Which programming languages can be used to create Metro style apps?
- Can they be cross platform?
|
I have a few questions about Metro style applications.
|
||||
|
|
|
|||
|
|
|
Metro applications are either developed using Microsoft .Net (c#) OR C++ OR HTML 5 / Javascript Api Reference of Metro Aplication For more detailed information, check this page : http://msdn.microsoft.com/library/windows/apps/ HTML5 - Javascript These are the languages used by any browser, making them compatible on any system Microsoft .Net Can only be run on a Windows computer, but you may want to check Mono for compiling multi-platform applications made in C# C++ Well C++ is c++... it can pretty much do anything anywhere |
|||||||||
|