32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
---
|
|
uid: entity-framework
|
|
title: "Entity Framework | Microsoft Docs"
|
|
author: rick-anderson
|
|
description: ""
|
|
ms.author: aspnetcontent
|
|
manager: wpickett
|
|
ms.date: 03/12/2010
|
|
ms.topic: article
|
|
ms.assetid: faa761a9-86b3-4859-b9c0-60d5c5bc5e93
|
|
ms.technology:
|
|
ms.prod: .net-framework
|
|
msc.legacyurl: /entity-framework
|
|
msc.type: content
|
|
---
|
|
Entity Framework
|
|
====================
|
|
Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
|
|
|
|
|
|
- [Get it:](https://msdn.com/data/ee712906) Add this to your project and start taking advantage of this powerful O/RM.
|
|
- [Get Started:](https://msdn.com/data/ee712907) Visit the guide for videos and tutorials that will help you make the most of your data.
|
|
- [Get Help:](https://msdn.com/data/hh913619) Find out how to get help from the experts and contribute to the data community on Stack Overflow.
|
|
- [Contribute:](http://entityframework.codeplex.com/) Find out how you can help make Entity Framework, an open development model, even better by visiting CodePlex site.
|
|
|
|
|
|
Use Entity Framework with ASP.NET
|
|
|
|
- [Web Forms Tutorials](web-forms/overview/older-versions-getting-started/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-1.md)
|
|
- [MVC Tutorials](mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application.md)
|
|
- [Sample Application](https://code.msdn.microsoft.com/ASPNET-MVC-Application-b01a9fe8)
|