Is it possible to use Entity Framework to save data to a SQL CE database in isolated storage on Windows Phone 8?
When I try and add a reference to EF 5 using NuGet I get the error:
"Failed to add reference to 'System.Data.Entity'. Please make sure that it is in the Global Assembly Cache."
Any ideas?
Conclusion. EF should be considered a great ORM framework which allows faster development, easier and quicker operations to the DB, as long as you are careful and know how it works in order to avoid certain mistakes and create performance problems.
The standard ORM API in Java it's called JPA, and is part of the Java EE specification.
Entity Framework Features Cross-platform: EF Core is a cross-platform framework which can run on Windows, Linux and Mac.
Just tested this with VS2013 and EF6 still same problem.
But what is supported (although with limited functionality) is Linq to SQL http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202872(v=vs.105).aspx
At least you get the same ORM style of data access.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With