Information Technology
Programming Entity Framework: Code First
Microsoft’s ADO.NET Entity Framework, known widely as EF, introduced out-of-the- box Object Relational Mapping to .NET and Visual Studio. Central to Entity Frame- work was the Entity Data Model, a conceptual model of your application domain that maps back to the schema of your database. This conceptual model describes the core classes in your application. Entity Framework uses this conceptual model while query- ing from the database, creating objects from that data and then persisting changes back to the database.
No copy data
No other version available