Entity Framework Support in MonoTouch and Mono for Android

Now that the upcoming version of Mono includes EF4, inevitable plans include it in MonoTouch and Mono for Android?

+5
source share
1 answer

For Android, the likelihood that we will enable it is very high, since Android can run the entire CLR. In iOS, the situation is more complicated, since there are various limitations imposed by the iOS kernel that prevent the launch of some forms of generic code.

, EF Mono 2.11, , , Mono 2.12, .

+5

All Articles