Hello,
I want to create a cross platform solution and I will be using the Entity Framework 6 for data access. A WebAPI will hit the Entity Framework and provide JSON data to the clients iOS/Android/Windows Phone.
My goal actually is to reuse the POCOs generate from the Entity Framework data model. But this seems impossible since there is no System.Data and System.Data.Entity libraries from the Portable Class Library, so there is no chance for the System.Data.Spatial.geography types to work in a PCL library.
Are there any suggestions or workaround in the subject?
Regards.