Download presentation
Presentation is loading. Please wait.
Published byDortha Jenkins Modified over 9 years ago
1
ADO.NET Entity Framework Mike Taulty Developer & Platform Group Microsoft Ltd Mike.Taulty@microsoft.com http://www.mtaulty.com
2
ADO.NET Entity Framework Extension to the ADO.NET provider model Functionality Program against an abstracted model of your store schema Use traditional ADO.NET API or ORM/LINQ Slated to ship mid 2008 Currently at Beta 3, Tooling at CTP 2 Downloadable in ASP.NET 3.5 Extensions PreviewASP.NET 3.5 Extensions Preview
3
Quick Demo to Defer Boredom
4
.NET Entity Provider (Entity SQL) Command Connection Reader V3.0 Entity Framework Architecture Store.NET Data Provider V2.0 Command Connection Reader Adapter V3.0 Conceptual Model Entity relationship Store Model (SSDL) Store Model (SSDL) Entity Data Model (CSDL) Entity Data Model (CSDL) Mapping (MSL) V3.0 Programming Model Object Relational Mapping LINQ
5
Tools, SSDL, MSL, CSDL
6
Programming with Entity SQL The EntityClient provides the usual Connection, Command, DataReader There is no EntityDataAdapter V1.0 the model is read-only Entity SQL has some additional constructs to expose the underlying conceptual model – e.g.; ANYELEMEN T CREATEREFDEREFIS OFKEYMULTISETNAVIGATEOFTYPE OVERLAPSREFROWSELECTSETTREATUSING
7
Programming with Entity Client
8
Mapping Examples ( 1 – Splitting ) Store Good Customers ID FirstName LastName Bad Customers ID ForeName Surname Customers CustomerId First Last Type EntitiesMapping Type=“G” Type=“B”
9
Mapping Examples ( 2 – TPH ) Store Customer CustomerId First Last EntitiesMapping Customers ID FirstName LastName IsPremium Overdraft AccountManager PremiumCustomer Overdraft AccountManager ? ? * Framework also supports TPT
10
Mapping Examples ( 3 – View + SPs ) Store UkCustomer CustomerId Name EntitiesMapping ClientView1 select c.id, c.name from customers c where c.country = ‘UK’ p_DeleteUkCustomer p_UpdateUkCustomer p_InsertUkCustomer
11
Querying with Entity SQL
12
Programming with LINQ to Entities New Data Access ORM API implemented in assembly System.Data.Entity.dll System.Data.Entity.Design.dll Many Namespaces System.Data.Entity System.Data.Objects and many more... ORM API can be used with or without LINQ
13
Key Classes State Management State Management Connection provider Metadata MSL SSDL CSDL CRUD
14
LINQ to Entities – Possible Topics Change Tracking ConcurrencyTransactions(i)POCO Stored Procs Inheritance Customising Code-Gen Metadata N-Tier Compiled Queries
15
LINQ to Entities
16
Resources Download ASP.NET 3.5 Extensions PreviewASP.NET 3.5 Extensions Preview http://www.asp.net ADO.NET Team Blog http://blogs.msdn.com/adonet Search for “entity” on http://mtaulty.com
17
Updates Go here to download the latest version of this slide-deck http://mtaulty.com/downloads/dw08.zip
18
MSDN in the UK Visit http://msdn.co.ukhttp://msdn.co.uk Newsletter Events Screencasts Blogs
19
© 2007 Microsoft Ltd. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.