<?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>Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx</link><description>LINQ to SQL supports a wide range of scenarios that involve stored procedure mapping and usage. This also happens to be an area where there is a considerable gap between the features offered by LINQ to SQL and the Entity Framework. In this post, we will</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>infoblog &amp;raquo; Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9165202</link><pubDate>Tue, 02 Dec 2008 19:56:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9165202</guid><dc:creator>infoblog &amp;raquo; Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/index.php/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval/"&gt;http://blog.a-foton.ru/index.php/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9165552</link><pubDate>Tue, 02 Dec 2008 21:29:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9165552</guid><dc:creator>John</dc:creator><description>&lt;p&gt;NO ONE CARES. EF is an overcomplicated piece of junk compared to L2S. If we're going to migrate our L2S DAL over to something else, it won't be Entity Framework (which you'll probably abandon next year in favor of something else anyway!)&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9166209</link><pubDate>Wed, 03 Dec 2008 00:12:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9166209</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Why migrate your L2S DAL over to something else if it is working for you? I don't understand.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9166915</link><pubDate>Wed, 03 Dec 2008 02:29:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9166915</guid><dc:creator>Faisal Mohamood</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;If LINQ to SQL works for you, by all means you should feel free to continue to use it. &lt;/p&gt;
&lt;p&gt;The two technologies are fundamentally very different in how they approach database access and conceptual modeling. Because of the differences, there are some common issues that customers run into when migrating from LINQ to SQL to the Entity Framework and we are using this series to provide hints and recommendations on how to work through some of those challenges.&lt;/p&gt;
&lt;p&gt;Faisal Mohamood&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9167096</link><pubDate>Wed, 03 Dec 2008 02:44:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9167096</guid><dc:creator>PaulG</dc:creator><description>&lt;p&gt;I am very happy with the current LINQ to SQL. &amp;nbsp;I have not looked at EF because L2S does everything I need - and really really well. &amp;nbsp;I wish you all the best with your quest to improve EF for folks that L2S doesn't work for, but please don't ever kill L2S.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9168273</link><pubDate>Wed, 03 Dec 2008 07:46:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9168273</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Faisal,&lt;/p&gt;
&lt;p&gt;Sorry for the misunderstanding. I was questioning the pervasive doom-and-gloom attitude of some current L2S users toward EF, and specifically the first comment by John. &amp;nbsp;I understand the different problem domain that EF is looking to serve, and I like what I see coming up with v2. I also appreciate the efforts that are being made to educate and inform those interested in making the switch. I just don't understand the vitriol coming from some of the L2S user base.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9168774</link><pubDate>Wed, 03 Dec 2008 10:29:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9168774</guid><dc:creator>Jens</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;The doom and goom is because we're all very happy with L2S because 't just works' &amp;nbsp;That does not mean that we have nothing left on our wishlist, and now it becomes clear that we're never going to get that. &amp;nbsp;Migrating to EF is no option because a) I can't justify the time and effort to do that, b) It doesn't 'just work', c) It needs a whole lot of configuration, d) It would render al that we have built to extend L2S useless, and e) The performance is far from there...&lt;/p&gt;
&lt;p&gt;Maybe you now understand why we are pissed.&lt;/p&gt;
&lt;p&gt;So, what John said counts for me too, if I ever need to move away from L2S because it's featureset is still that of 2008, it won't be to EF, I won't be that dumb anymore ...&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9169236</link><pubDate>Wed, 03 Dec 2008 12:56:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9169236</guid><dc:creator>Matt Brooks</dc:creator><description>&lt;p&gt;Stored Procedures that return multiple result sets&lt;/p&gt;
&lt;p&gt;&amp;quot;This is a manual coding process and is not supported by either the LINQ to SQL class designer or SQL Metal command-line tool.&amp;quot;&lt;/p&gt;
&lt;p&gt;I don't think this is entirely true. You can open the DBML file and specify multiple result types in the XML &amp;lt;Function&amp;gt; element. The correct code for multiple result sets is then generated in the DataContext.designer.cs file. It is just the DBML designer itself that has the limitation.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9180537</link><pubDate>Fri, 05 Dec 2008 22:35:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9180537</guid><dc:creator>Sean</dc:creator><description>&lt;p&gt;&amp;quot;The Entity Framework does not automatically create return types whilst mapping stored procedures into functions.&amp;quot;&lt;/p&gt;
&lt;p&gt;This is such a glaring omission. &amp;nbsp;For this reason alone I have to stick with LINQ-&amp;gt;SQL. &amp;nbsp;This was a such a time saver in LINQ-&amp;gt;SQL.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9187769</link><pubDate>Tue, 09 Dec 2008 23:02:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9187769</guid><dc:creator>Aaron</dc:creator><description>&lt;p&gt;i would love to get my hands on the persons that are making these decisions about linq and ef. We just rewrote our application.... &lt;/p&gt;
&lt;p&gt;They need to ensure an upgrade utility to ef. &lt;/p&gt;
&lt;p&gt;man what a nightmare...&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9191525</link><pubDate>Wed, 10 Dec 2008 19:22:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9191525</guid><dc:creator>Griffith Townsend</dc:creator><description>&lt;p&gt;The ability to map and fire scalar and NonQuery SPs easily is a big omission, IMO, as existing data structures won't migrate to EF easily if they execute any stored procedures that don't map directly to entity types. Tie that in with the inability to have abstract entities that don't have a mapped table, but instances that map to several tables, or the ability to define interfaces that can be mapped to several entities, and you've got a robust framework waiting to happen.&lt;/p&gt;
&lt;p&gt;I did some extension methods that tie on to the ObjectContext and allow you to execute all types of stored procedures, as long as they are added via Function Import:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://grifftownsend.blogspot.com/2008/08/small-extension-to-entity-framework.html"&gt;http://grifftownsend.blogspot.com/2008/08/small-extension-to-entity-framework.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Take a look, and let me know what you think!&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9200170</link><pubDate>Fri, 12 Dec 2008 07:44:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9200170</guid><dc:creator>SAY</dc:creator><description>&lt;p&gt;Am I hearing it right? &amp;nbsp;Microsoft killing LINQ to SQL? &amp;nbsp;What a dumb decision!!!! &amp;nbsp;With LINQ to SQL and slew of .NET technologies, I thought Microsoft finally become a enterprise class plaform for application development. &amp;nbsp;I was happy that they dumped ADO. &amp;nbsp;Why is Microsoft re-inventing wheel and in the process wasting time and valuable resources during hard economic times. &amp;nbsp;They looking like failed big 3 auto companies i.e., investing in fuel inefficient SUV(Entity Framework) instead of a lean and clean LINQ to SQL. &amp;nbsp;If LINQ to SQL lacks features, you should enhance it instead of dumping it. &amp;nbsp;ADO was always overly complicated. &amp;nbsp;Microsoft wake up and do the right thing. &amp;nbsp;Industry can not wait for stupid ideas to mature and perform after 3-4 years. &amp;nbsp;If I were you, I will junk ADO .NET and make big improvements to LINQ to SQL which is already tried and tested by many.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9204273</link><pubDate>Sat, 13 Dec 2008 03:58:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9204273</guid><dc:creator>Laughing John</dc:creator><description>&lt;p&gt;DAO, ADO, ODBC, OLEDB, Entity Framework, Linq to Sql, anyone remember the webstore in Exchange? WinFs anyone?&lt;/p&gt;
&lt;p&gt;I think it's fair to say the choice for data access has been overwhelming and confusing over the years. Will tomorrows entity framework be yesterdays DAO or Ling to Sql for that matter?&lt;/p&gt;
&lt;p&gt;I understand that EF is more than a data access layer, but given the state of version 1.0 I think it's fair enough for people to moan a bit. The EF looks promising for lots of reasons, but the simple fact is it doesn't do what we want right now and given the inevitable lag in adopting VS2010 it's unlikely to be adopted for some time in most shops, even if it is a stated direction (as were some of those other deprecated or lost technologies)&lt;/p&gt;
&lt;p&gt;I can't help feeling that all this effort would be better spent on proper OO database development. Or is entity framework a step in that direction ....?&lt;/p&gt;
</description></item><item><title>considerable issues moving from Linq to SQL to Entity Framework</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9231168</link><pubDate>Wed, 17 Dec 2008 20:12:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231168</guid><dc:creator>Thomas DeMille Interactive</dc:creator><description>&lt;p&gt;considerable issues moving from Linq to SQL to Entity Framework&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9231478</link><pubDate>Wed, 17 Dec 2008 22:36:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231478</guid><dc:creator>KellenF</dc:creator><description>&lt;p&gt;There are a lot of headaches to adopting Entity framework as far as I can tell... L2S 'just worked' as many people already said, you didn't even have to understand it to be fully functional, you just drag what you want into the designer, and code against it how you expect.&lt;/p&gt;
&lt;p&gt;Entity framework has a lot of issues when you want to do more than just read a table... renaming a table and then updating the designer doesn't work, not being able to do scaler/nonquery/arbitrary type SPs out of the box is a nasty issue. &amp;nbsp;These things can be worked around, but it was a headache, and it took some research/digging.&lt;/p&gt;
&lt;p&gt;I like the concept, it just isn't ready yet.&lt;/p&gt;
</description></item><item><title>Entity Framework:entity client 调用存储过程</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9244127</link><pubDate>Sat, 20 Dec 2008 19:14:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9244127</guid><dc:creator>davin</dc:creator><description>&lt;p&gt;如果对于sp在EDM的映射有一些了解的话，可以很清楚的明白，在EDM中映射一个sp返回的类型包括：Entity Type，Scalars Type,None；这三中类型分别对应的sp返回内容对应到数据库，表的层面就是：（Entity）一张表的所有字段或若干字段(必须包括主键）;（Scalars）返回一个常量（int, varchar）可以是数据库的一个字段，可以是sum,count,left...等函数操作的结果;(none)自然是什么都不返回.这里自然就有一个严重的问题，对于返回（multiple&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9263248</link><pubDate>Thu, 01 Jan 2009 22:19:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9263248</guid><dc:creator>Moon</dc:creator><description>&lt;p&gt;Linq to Entities simply does NOT work in a real world environment.&lt;/p&gt;
&lt;p&gt;Don't bother trying to use it with stored procedures that return nothing.&lt;/p&gt;
&lt;p&gt;I have to wait for VS2010 to get something that will supposedly work?&lt;/p&gt;
&lt;p&gt;THIS was supposed to work. You told us to move from linq to sql to linq to entities and I did all the conversions for a piece of junk that has put me weeks behind in development and still doesn't work!&lt;/p&gt;
&lt;p&gt;I'm ready to give up and simply use an ORM that actually works and actually has support and working examples.&lt;/p&gt;
&lt;p&gt;Why release a technology and tell us to use it when you know it is crippled?!!!!&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9263645</link><pubDate>Thu, 01 Jan 2009 23:03:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9263645</guid><dc:creator>Moon</dc:creator><description>&lt;p&gt;In using your example:&lt;/p&gt;
&lt;p&gt;Executing Stored Procedures Directly as Commands&lt;/p&gt;
&lt;p&gt;It doesn't work!&lt;/p&gt;
&lt;p&gt;I run the stored procedure, I even used:&lt;/p&gt;
&lt;p&gt;objectContext.SaveChanges()&lt;/p&gt;
&lt;p&gt;And upon completion of the changes made to the database, I use a linq to entities query to pull back the data, and it returns the data prior to the running of the stored procedure.&lt;/p&gt;
&lt;p&gt;It does not UPDATE!&lt;/p&gt;
&lt;p&gt;If I return the same query using ado.net SQLCommand, it does return the latest changes.&lt;/p&gt;
&lt;p&gt;Why isn't the entity model updating with the stored procedure changes?????&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9287455</link><pubDate>Wed, 07 Jan 2009 17:19:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9287455</guid><dc:creator>Kevin Gallagher (Oregon Department of Revenue)</dc:creator><description>&lt;p&gt;I can not use LINQ-SQL because IBM doesn't have the capabilities to do DataContext using a designer. But that doesn't stop me from using LINQ on other sections of code so hopefully LINQ is here to stay. Also hope IBM gets on the ball and gets a proper provider out to mirror SQL-Server provider and designer.&lt;/p&gt;
</description></item><item><title>ADO.NET EF不方便之处（BUG）收集帖</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9320232</link><pubDate>Thu, 15 Jan 2009 10:49:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9320232</guid><dc:creator>lovecherry</dc:creator><description>&lt;p&gt;考虑在项目中使用ADO.NETEF，但是怎么都用不顺手，甚至比L2S少了很多关键功能。&lt;/p&gt;
&lt;p&gt;我先列几个让我很郁闷的：&lt;/p&gt;
&lt;p&gt;1）存储过程自动封装是一个很常用的功能，在ADO.NETEF中可以和L2S一样...&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9372754</link><pubDate>Fri, 23 Jan 2009 18:31:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9372754</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;I'm currently trying to use the Entity Framework for a business application. The task of trying to insert a row into a &amp;nbsp;many to many table with no primary key seems mind bogglingly complicated. From what I've read on numerous forums, if I want to achieve this I will need to:&lt;/p&gt;
&lt;p&gt;a) Create a stored procedure containing a basic insert statement&lt;/p&gt;
&lt;p&gt;b) Create a function import to my model&lt;/p&gt;
&lt;p&gt;c) Because my stored procedure doesn't return anything I'll then need to create a partial class where I need to write code which is very similar to standard ADO.NET code&lt;/p&gt;
&lt;p&gt;Is this correct?&lt;/p&gt;
&lt;p&gt;I find myself writing more code than I did when all we had was the basic ADO objects.&lt;/p&gt;
&lt;p&gt;My personal opinion so far (and I'm not one to base my opinions on anything I've read) is that the EF is slow, clumsy and shoddily put together. The designer is also a nightmare and the entire model is almost unworkable in any kind of team using source control.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9396540</link><pubDate>Wed, 04 Feb 2009 23:01:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396540</guid><dc:creator>Yuriy Gizhitsa</dc:creator><description>&lt;p&gt;I bloged stored peoc usage 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. You might find it interesting&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9396541</link><pubDate>Wed, 04 Feb 2009 23:02:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396541</guid><dc:creator>Yuriy Gizhitsa</dc:creator><description>&lt;p&gt;I blogged stored peoc usage 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. You might find it interesting&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9469184</link><pubDate>Tue, 10 Mar 2009 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9469184</guid><dc:creator>Rabeeh Abla</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;We use database store procedures for many cases, mostly when we want to operate on portion of data on the database without sending these data to the client application. &lt;/p&gt;
&lt;p&gt;We set permissions on stored procedure to enable specified database users to execute them.&lt;/p&gt;
&lt;p&gt;For CRUD actions a generated SQL script from Entity model solves the case, but this is not always the case, this solves case for simple databases.&lt;/p&gt;
&lt;p&gt;We would like more support for Store procedures. We want to call the stored procedure directly from context object and without the need for function import &amp;amp; mapping these functions to an entity.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9512533</link><pubDate>Fri, 27 Mar 2009 03:52:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9512533</guid><dc:creator>Matt F. </dc:creator><description>&lt;p&gt;I am using VS 2008 SP1 with .Net 3.5 SP1 and this just does not work. &amp;nbsp;I created a stored procedure for each function type and even validated the methods creation in the XML in the edmx files. &amp;nbsp;I get a good compile but nothing even close to my function name is available in the namespace or class. Nothing on the web indicates how to correct this problem. &amp;nbsp;This is extremely frustrating when you can't even get a simple stored procedure to work in a new technology.&lt;/p&gt;
&lt;p&gt;Has anyone gotten any stored procedures to work in VS 2008 and ADO.Net Entity Framework?&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9635020</link><pubDate>Fri, 22 May 2009 13:55:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635020</guid><dc:creator>medyum</dc:creator><description>&lt;p&gt; would love to get my hands on the persons that are making these decisions about linq and ef. We just rewrote our application....&lt;/p&gt;
&lt;p&gt;They need to ensure an upgrade utility to ef.&lt;/p&gt;
&lt;p&gt;man what a nightmare...&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9817685</link><pubDate>Sat, 04 Jul 2009 22:26:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817685</guid><dc:creator>hikaye</dc:creator><description>&lt;p&gt;This is fantastic. I am going to add it to my sites. Thanks!&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9840043</link><pubDate>Sun, 19 Jul 2009 17:36:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840043</guid><dc:creator>radyo dinle</dc:creator><description>&lt;p&gt;Is it possible to have the same field in both entities? In your example, I would like to have Name both in Product and in ProductImages.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9846380</link><pubDate>Thu, 23 Jul 2009 17:26:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846380</guid><dc:creator>ssk sorgulama</dc:creator><description>&lt;p&gt;I am very happy with the current LINQ to SQL. &amp;nbsp;I have not looked at EF because L2S does everything I need - and really really well. &amp;nbsp;I wish you all the best with your quest to improve EF for folks that L2S doesn't work for, but please don't ever kill L2S.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9846567</link><pubDate>Thu, 23 Jul 2009 19:43:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846567</guid><dc:creator>zerrin egeliler</dc:creator><description>&lt;p&gt; &amp;nbsp; &amp;nbsp; would love to get my hands on the persons that are making these decisions about linq and ef. We just rewrote our application....&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;They need to ensure an upgrade utility to ef.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;man what a nightmare...&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9909967</link><pubDate>Tue, 20 Oct 2009 15:29:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909967</guid><dc:creator>Scott Buchanan</dc:creator><description>&lt;p&gt;I must be in the minority because I am not a happy L2S user. &amp;nbsp;Our database is accessed strictly via stored procs. &amp;nbsp;After living with poor support in VS2008 for object changes (had to use Huagati add-in) we just realized that all SPs are run as text, not SP calls. &amp;nbsp;If EF fixes that, I would migrate immediately.&lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9910931</link><pubDate>Wed, 21 Oct 2009 21:31:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9910931</guid><dc:creator>Waleed </dc:creator><description>&lt;p&gt;See also this post ::&lt;a rel="nofollow" target="_new" href="http://ledomoon.blogspot.com/2009/10/stored-procedure-mapping-and-usage-into.html"&gt;http://ledomoon.blogspot.com/2009/10/stored-procedure-mapping-and-usage-into.html&lt;/a&gt; &lt;/p&gt;
</description></item><item><title>re: Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval</title><link>http://blogs.msdn.com/adonet/archive/2008/12/02/migrating-from-linq-to-sql-to-the-entity-framework-stored-procedures-for-data-retrieval.aspx#9939089</link><pubDate>Sat, 19 Dec 2009 11:14:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9939089</guid><dc:creator>ankara parke</dc:creator><description>&lt;p&gt;would love to get my hands on the persons that are making these decisions about linq and ef. We just rewrote our application....&lt;/p&gt;
&lt;p&gt;They need to ensure an upgrade utility to ef.&lt;/p&gt;
&lt;p&gt;man what a nightmare...&lt;/p&gt;
</description></item></channel></rss>