<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ADO.Entity Framework: Stored Procedure Customization</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx</link><description>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</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Colin Meek talks about his EF Extensions</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8338362</link><pubDate>Wed, 26 Mar 2008 23:16:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8338362</guid><dc:creator>Meta-Me</dc:creator><description>&lt;p&gt;Colin is a super smart colleague of mine, who works as a developer on the Entity Framework. So it is&lt;/p&gt;
</description></item><item><title>Entity Framework Extensions (EFExtensions) Project available in CodeGallery</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8340114</link><pubDate>Thu, 27 Mar 2008 21:15:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8340114</guid><dc:creator>Diego's Blog</dc:creator><description>&lt;p&gt;When I announced the start of the Entity Framework Toolkits &amp;amp;amp; Extensions section in CodeGallery ,&lt;/p&gt;
</description></item><item><title>Using LINQ Expressions to Generate Dynamic Methods</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8425147</link><pubDate>Sat, 26 Apr 2008 03:55:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8425147</guid><dc:creator>meek</dc:creator><description>&lt;p&gt;This week at DevConnections in Orlando, I gave a “deep-dive” talk on LINQ. I wanted to give people a&lt;/p&gt;
</description></item><item><title>Using LINQ Expressions to Generate Dynamic Methods II</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8501846</link><pubDate>Wed, 14 May 2008 00:36:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8501846</guid><dc:creator>meek</dc:creator><description>&lt;p&gt;A beta of Visual Studio 2008 SP1 was released on Monday and the ADO.NET Entity Framework (EF) is now&lt;/p&gt;
</description></item><item><title>re: ADO.Entity Framework: Stored Procedure Customization</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8844078</link><pubDate>Fri, 08 Aug 2008 22:13:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8844078</guid><dc:creator>Kentzhou</dc:creator><description>&lt;p&gt;I just tried to run the sample within the zip file. Firstly following the guide to create the database MiniNW, then change the connection stirng in app.config as Source=localhost; Then runthe sample and got following error at line 35 of file Program.cs.&lt;/p&gt;
&lt;p&gt;An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll&lt;/p&gt;
&lt;p&gt;Additional information: Exception has been thrown by the target of an invocation.&lt;/p&gt;
&lt;p&gt;How to fix it to run the sample?&lt;/p&gt;
</description></item><item><title>Translate results from Stored procedures into Custom objects </title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#8858766</link><pubDate>Wed, 13 Aug 2008 18:05:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8858766</guid><dc:creator>almahesh</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm looking at Entity Framework Extensions for building my Data Access Layer as it seems promising with the requirement I have. My requirement is to use stored procedures (for get, add, update, delete) and allow EF to handle concurrency. I'm not sure if this is possible.&lt;/p&gt;
&lt;p&gt;Firstly, I have created a data object from the EF model and removed all its table mapping. I have mapped my stored procedures to the Insert, Update and Delete mappings of the data object. &lt;/p&gt;
&lt;p&gt;For the list, &amp;quot;get&amp;quot; stored procedure from the EF using CreateStoreCommand, and materializing it to data objects (using EF Extenstions). Now I want to attach it to the objectcontext to allow EF to handle concurrency, which means If i bind this context to the grid, the changes made to the grid should be saved (using the mapped stored procedures). &lt;/p&gt;
&lt;p&gt;Here the problem is, when I try to attach the objects to the object context, it dosen't seem to do the job, i end up with no objects in the objectcontext. I use the objectContext.AttachTo(&amp;lt;&amp;lt;EntitySet name&amp;gt;&amp;gt;, &amp;lt;DataObject&amp;gt;)&lt;/p&gt;
&lt;p&gt;Please advice, any help on this would be greatly appriciated. &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Al&lt;/p&gt;
</description></item><item><title>Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#9165143</link><pubDate>Tue, 02 Dec 2008 19:37:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9165143</guid><dc:creator>ADO.NET team blog</dc:creator><description>&lt;p&gt;LINQ to SQL supports a wide range of scenarios that involve stored procedure mapping and usage. This&lt;/p&gt;
</description></item><item><title>Stored Procedures and First-Class Relationships in the Entity Framework</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#9181963</link><pubDate>Sun, 07 Dec 2008 17:18:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9181963</guid><dc:creator>meek</dc:creator><description>&lt;p&gt;A user of the EFExtensions library asked me how to retrieve a set of ‘categories’ and their related ‘products’&lt;/p&gt;
</description></item><item><title>re: ADO.Entity Framework: Stored Procedure Customization</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#9396536</link><pubDate>Wed, 04 Feb 2009 22:59:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396536</guid><dc:creator>Yuriy Gizhitsa</dc:creator><description>&lt;p&gt;You could find EF stored procedure here &lt;a rel="nofollow" target="_new" href="http://ygizhitsa.spaces.live.com/blog/cns"&gt;http://ygizhitsa.spaces.live.com/blog/cns&lt;/a&gt;!8A7B4991A271531A!203.entry&lt;/p&gt;
</description></item><item><title>Using LINQ Expressions to Generate Dynamic Methods</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#9723439</link><pubDate>Wed, 10 Jun 2009 09:16:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9723439</guid><dc:creator>VS2010学习</dc:creator><description>&lt;p&gt;This week at DevConnections in Orlando, I gave a &amp;amp;#8220;deep-dive&amp;amp;#8221; talk on LINQ. I wanted to give&lt;/p&gt;
</description></item><item><title>Stored Procedures and First-Class Relationships in the Entity Framework</title><link>http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx#9723448</link><pubDate>Wed, 10 Jun 2009 09:17:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9723448</guid><dc:creator>VS2010学习</dc:creator><description>&lt;p&gt;A user of the EFExtensions library asked me how to retrieve a set of &amp;amp;#8216;categories&amp;amp;#8217; and their&lt;/p&gt;
</description></item></channel></rss>