c# - How to use Entity Framework in PCL -


My question is really simple, I want to know the steps to create an EF model for using a SQL DB in my PCL I am I have installed an EF news package but now I do not know how to continue. I also search Google, but got nothing.

EF does not work in PCL because it is a full NAT desktop framework

EF The next / new version of (EF7) will be PCL-based.

But SQL CE runs on platform only, which fully supports full .NET desktop framework

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -