Is EntityFramework available for Windows 8 Store Apps?
I\'m using Visual Studio 2012 Express for Windows 8. I\'m starting to wonder because I can\'t make it work.
Entity Framework is not available for Windows 8 store apps. This is due to the fact that windows store apps run in a sandbox and will not be able to use normal database. You can use SQLite for this or have XML / JSon as source which you can deploy in IsolatedStorage of the app on first start of the app.