PreviousNext

Windows Store apps with XAML and HTML: Writing C# components for the Windows Store apps

by bill-s, 2013-05-11T17:40:40.000Z

In this scenario, the Windows Store apps, let you to create reusable components, called "Windows Runtime Component", that may be written using C# or C++. These components may be used directly from your HTML or also XAML application but they have a number of limitations that comes from this sharing between different technologies.

Read More