ADO.NET Entity Framework Home
This page is specific to:.NET Framework Version:3.54.0
ADO.NET Entity Framework
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema. The goal is to decrease the amount of code and maintenance required for data-oriented applications. Entity Framework applications provide the following benefits:

  • Applications can work in terms of a more application-centric conceptual model, including types with inheritance, complex members, and relationships.

  • Applications are freed from hard-coded dependencies on a particular data engine or storage schema.

  • Mappings between the conceptual model and the storage-specific schema can change without changing the application code.

  • Developers can work with a consistent application object model that can be mapped to various storage schemas, possibly implemented in different database management systems.

  • Multiple conceptual models can be mapped to a single storage schema.

  • Language-integrated query (LINQ) support provides compile-time syntax validation for queries against a conceptual model.

Where Should I Start?

Depending on what you are most interested in, you should consider getting started with the Entity Framework in one of the following topics.

I want to jump right in…
Just show me some code…
I want to watch some videos…
How does it integrate with Visual Studio?
What can I do with it?
I want to use LINQ…
I just need some more information…

In This Section

See Also

Other Resources

ADO.NET

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View