1 / 51
文档名称:

Building The Data Layer With Entity Framework 4 0.pdf

格式:pdf   页数:51
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Building The Data Layer With Entity Framework 4 0.pdf

上传人:maruyamaqq 2012/12/28 文件大小:0 KB

下载得到文件列表

Building The Data Layer With Entity Framework 4 0.pdf

文档介绍

文档介绍:Building the data layer in a .NET 4. 0 application with
Entity Framework





Mihai Tătăran
General Manager, . Consulting
Microsoft Most Valuable Professional,

/blog/

1. Introduction..................................................................................................................................... 4
. Who is this book for ................................................................................................................. 4
2. The data layer with an O/RM ........................................................................................................... 4
. What is an Object/Relational Mapper....................................................................................... 4
. Why building the data layer with an O/RM ............................................................................... 4
3. Introducing Microsoft Entity Framework .......................................................................................... 5
. The first application with Entity Framework ............................................................................. 5
Setting up the demo ........................................................................................................................ 6
Getting some data from the database ............................................................................................ 10
Adding data to the database .......................................................................................................... 12
. Entity Framework explained ................................................................................................... 13
Entities .......................................................................................................................................... 13
ObjectContext............................................................................