In my C# windows 8 metro app, i need use local database.Is it possible to use "LINQ to SQL" database in windows 8 apps. or any other easy option is there to use local database.
It seems there is no official announcement of support for Linq to Sql or EF for database access in Windows 8 Metro Apps. You can try to use web services to access the data.