Question

We developed project in C# and we want to use js library or Json calls in project. is it possible? How can we use js library in C# project in Windows 8 metro apps?? is there any sample so please share link thanks.

Was it helpful?

Solution

No you cannot use C# and JavaScript for Win8 development together. Notice that the rendering engines for the two technologies are even different. If you want to utilize some JSON returning service in your XAML WinRT app you can still do that. All you need to do is deserialize the JSON after fetching it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top