Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
April 2012
(2)
March 2012
(1)
July 2011
(1)
January 2011
(2)
October 2010
(2)
August 2010
(2)
December 2008
(3)
May 2008
(2)
April 2008
(1)
March 2008
(1)
Tags
dynamic methods
entity data model
entity framework
expressions
immutability
linq
LINQ to Entities
OData
Reactive
Rx
stored procedures
StreamInsight
StreamInsight Rx
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Stored Procedures and First-Class Relationships in the Entity Framework
Colin Meek
A user of the EFExtensions library asked me how to retrieve a set of ‘categories’ and their related ‘products’ through a single stored procedure call. I made some changes to the sample application to illustrate this pattern, but I thought I should also spend some time explaining how it works. The full...
on
7 Dec 2008
Blog Post:
EFExtensions update
Colin Meek
The EFExtensions helper library has a few updates: - CreateCommand now respects the CommandTimeout property on ObjectContext . A user of the library reported this bug to me a while ago, and I’m finally getting around to fixing it. - One tricky scenario involves multiple stored procedure result...
on
7 Dec 2008
Blog Post:
ADO.Entity Framework: Stored Procedure Customization
Colin Meek
The ADO.NET Entity Framework (EF) allows you to map stored procedures to functions that return typed results in the conceptual model. However, when stored procedures results don't match the patterns supported by the EF, reading and tracking results is quite difficult. Fortunately, it is possible to run...
on
26 Mar 2008
Page 1 of 1 (3 items)