Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 894 Bytes

getting-started.md

File metadata and controls

15 lines (11 loc) · 894 Bytes
description title ms.date ms.assetid
Learn more about: Getting Started (Entity Framework)
Getting Started (Entity Framework)
03/30/2017
4735a220-3301-4ec4-8833-7209abb7208f

Getting Started (Entity Framework)

The ADO.NET Entity Framework supports data-centric applications and services, and provides a platform for programming against data that raises the level of abstraction from the logical relational level to the conceptual level. By enabling developers to work with data at a greater level of abstraction, the Entity Framework supports code that is independent of any particular data storage engine or relational schema. For more information, see Entity Framework Overview.

To quickly start using the latest version of the Entity Framework, see Get started with Entity Framework 6.

See also