Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
dynamic methods
entity data model
entity framework
expressions
immutability
linq
LINQ to Entities
OData
Reactive
Rx
stored procedures
StreamInsight
StreamInsight Rx
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)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
meek
Stored Procedures and First-Class Relationships in the Entity Framework
Posted
over 5 years ago
by
Colin Meek
4
Comments
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...
meek
InvocationExpression and LINQ to Entities
Posted
over 5 years ago
by
Colin Meek
2
Comments
I talked a little bit about patterns using InvocationExpression in a previous post (you might want to review the post for some context). It turns out my advice wasn’t that easy to implement… Fortunately, the EFExtensions helper library now includes an...
meek
EFExtensions update
Posted
over 5 years ago
by
Colin Meek
0
Comments
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...
Page 1 of 1 (3 items)