Search code examples
c#.nethtmlwindows-store-appswindows-store

Windows store applications - Front-end in HTML5 and Back-end in C#/C++


How can I build Windows Store application which Front-end is in HTML5 and Back-end in C#/C++ (such as Skype)? If I want to build Windows Store application in C# or C++, Visual Studio automatically generates MainPage.xaml. Is it possible to replace MainPage.xaml for HTML file?


Solution

  • It is possible to write Windows Runtime components in C# or C++ which can be called by Windows Store HTML/JS application.