Is there any database that can be used with windows 8 metro style app.
I found "Indexed Database API" when searched , can it be used with C# ?
Hi,
There is no default or native database available in Metro style apps. Indexed Database API is only available for javascript apps and not for C#.
There are 3rd party databases like SQLlite available for Metros.
Find more information in the following Thread:
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/02b28549-8090-4acb-8a9b-3f964f0efd0c
Regards Biju S Melayil