Can I use Entity Framework on Windows Phone 8 -
is possible use entity framework save data sql ce database in isolated storage on windows phone 8?
when try , add reference ef 5 using nuget error:
"failed add reference 'system.data.entity'. please make sure in global assembly cache."
any ideas?
just tested vs2013 , ef6 still same problem.
but supported (although limited functionality) linq sql http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202872(v=vs.105).aspx
at least same orm style of data access.
Comments
Post a Comment