Microsoft.com
All DevCenters
MSDN Home
MSDN Code Gallery:
Code Gallery Home
|
Browse Gallery
|
Share Code
|
Help and FAQs
ADO.NET Entity Framework Extensions
Home
Downloads
Discussions
People
License
Close
RSS
All Resource Updates
Discussions
Releases
Wiki
RSS
Comments
|
Print
|
Page Info
|
Change History (all pages)
Search Wiki:
Home
The ADO.NET Entity Framework Extensions library includes utilities that make querying stored procedures, creating typed results from DB data readers and state tracking external data much easier in the Entity Framework. A sample application demonstrates several patterns using these utilities, including stored procedures with multiple result sets, materialization of CLR types, and registering entities in the Entity Framework state manager.
Overview
Utilities are included to simplify:
Execution of store commands via the ObjectContext.
Connection lifetime management.
State management of entities from external sources.
Materialization of arbitrary CLR types given a data reader or DB command.
Stored procedure mapping:
Multiple result sets.
Column renames, polymorphic results and nested structures via the materialization service.
Getting and setting key values for entity references.
Rewrite
InvocationExpression
s in LINQ queries and expressions.
Requirements
Visual Studio 2008 SP1.
http://msdn.microsoft.com/en-us/vsts2008/products/cc533447.aspx
Other resources
The following post introduces the EFExtensions API and includes a walkthrough of the sample application:
http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx
For additional information on multiple result sets and relationships, see:
http://blogs.msdn.com/meek/archive/2008/12/07/stored-procedures-and-first-class-relationships-in-the-entity-framework.aspx
For additional information on
InvocationExpression
rewriting, see:
http://blogs.msdn.com/meek/archive/2008/12/07/invocationexpression-and-linq-to-entities.aspx
Last edited
Dec 7 2008 at 5:22 PM
by
cmeek
, version 9
Comments
Sign in to add a comment
Current Release
EF Extensions Visual S...
Tue Aug 12 2008 at 7:00 AM
More Tags ...
Popular Tags
.NET
.NET 2.0
.NET 3.5
.NET Framework
2008
2009
ADO.NET
ASP.NET
C#
C# 3.0
C++
CRM
DataBinding
Dynamics
Entity Framework
Hotfix
LINQ
LINQ to SQL
MCMS
MSCRM
MSDN Magazine
Placeholder Controls
Samples
SharePoint
silverlight
SQL Server
tfs
Tools
VB.NET
Visual Basic
Visual C#
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS SDK
VSTO
VSX
WCF
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Legal
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...