<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://linqinaction.net/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>LINQ in Action roller</title><link>http://linqinaction.net/blogs/roller/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Linq to Sql.Where is Linq to Oracle :(</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/13/linq-to-sql-where-is-linq-to-oracle.aspx</link><pubDate>Tue, 14 Oct 2008 01:05:49 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4210</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4210.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4210</wfw:commentRss><description>I came across this site at http://forums.oracle.com/forums/thread.jspa?threadID=547266&amp;start=0&amp;tstart=0 And i saw posts of Developers grumbling about Oracle not supporting LINQ Any ideas? Oracle pls wake up. Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/13/linq-to-sql-where-is-linq-to-oracle.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4210" width="1" height="1"&gt;</description></item><item><title>Help On linqdatasource when update using stored proc after selecting from stored proc</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/13/help-on-linqdatasource-when-update-using-stored-proc-after-selecting-from-stored-proc.aspx</link><pubDate>Mon, 13 Oct 2008 12:25:16 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4202</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4202.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4202</wfw:commentRss><description>Hi all, First off im a newbie to linq so please be kind! I have a datacontext class with tables on but more importantly it has 2 stored procedures on it 1 to get and 1 to update a table. The problem: On my form i have a datagrid with the datasourceid set to be a linqdatasource. The linqdatasource is assigned to my context class but i cant set tablename as i want to use a stored proc which i do on the selecing method all works fine so far and result as displayed in my grid. Now the problem is as i...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/13/help-on-linqdatasource-when-update-using-stored-proc-after-selecting-from-stored-proc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4202" width="1" height="1"&gt;</description></item><item><title>Trying to understand the advantage of LINQ's "Update Check" always vs when changed values.</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/13/trying-to-understand-the-advantage-of-linq-s-update-check-always-vs-when-changed-values.aspx</link><pubDate>Mon, 13 Oct 2008 07:39:19 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4209</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4209.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4209</wfw:commentRss><description>Each column in LINQ tables have property called " Update Check " for optimisitc concurrency. Any real benefit of choosing Always vs When Changed? Seems that if you choose "Always" it will be a performance drag b/c regardless of which field is changed on the table, any fields where "Update Check=Always" will always have to validate if a concurrency issues exist. Its almost better to choose "When changed" instead of Always correct right? If not please explain... Thanks! Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/13/trying-to-understand-the-advantage-of-linq-s-update-check-always-vs-when-changed-values.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4209" width="1" height="1"&gt;</description></item><item><title>Why is the advanced button grayed out when configuring LINQDataSource</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/13/why-is-the-advanced-button-grayed-out-when-configuring-linqdatasource.aspx</link><pubDate>Mon, 13 Oct 2008 07:14:59 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4207</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4207.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4207</wfw:commentRss><description>I noticed something odd when I add a new LINQDataSource on my page. When I configure the datasource, and check 2 or 3 fields, my advance button is grayed out and not available to select "Enable the LinqDataSource to perform automatic deletes, inserts, updates". When I click the * field for all fields, then the "Advanced" button is enabled and I can check the 3 options I just mentioned. Can someone explain why this happens? often times I don't want to return all fields, but want LINQ to handle my...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/13/why-is-the-advanced-button-grayed-out-when-configuring-linqdatasource.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4207" width="1" height="1"&gt;</description></item><item><title>Where is the submitChange() when you click Update or Delete on a GridView</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/13/where-is-the-submitchange-when-you-click-update-or-delete-on-a-gridview.aspx</link><pubDate>Mon, 13 Oct 2008 07:10:11 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4208</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4208.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4208</wfw:commentRss><description>I have a gridview where I use a LINQDataSource to retrieve my data and populate the grid. I checked the 3 checkboxes allowing the linqdatasource to handle my inserts, deletes, updates, thus creating the Edit, Delete, Select hyperlink on the very first column of the grid. When I click on "Update" once I'm in EditMode, where or how does the "SubmitChange() get called from? Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/13/where-is-the-submitchange-when-you-click-update-or-delete-on-a-gridview.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4208" width="1" height="1"&gt;</description></item><item><title>LINQ Optmistic Concurrency confusion between SubmitChanges(ConflictMode options).</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/linq-optmistic-concurrency-confusion-between-submitchanges-conflictmode-options.aspx</link><pubDate>Mon, 13 Oct 2008 06:19:59 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4206</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4206.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4206</wfw:commentRss><description>Hi everyone, I'm trying to get more familiar with LINQ Optimistic Concurrency. I'm having trouble identifying where to specify which conflictMode you want for your submit change and the difference between FailOnFirstConflict and ContinueOnConflict? I have a data grid, where I let LINQ handle my updates and deletes...so i don't really call the submitChange() method like the examples in the linq above. So I decided to change the SubmitChanges base class, in the NorthinWindDataContext partial class...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/linq-optmistic-concurrency-confusion-between-submitchanges-conflictmode-options.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4206" width="1" height="1"&gt;</description></item><item><title>Joining Many to Many with LINQ</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/joining-many-to-many-with-linq.aspx</link><pubDate>Mon, 13 Oct 2008 06:01:31 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4204</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4204.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4204</wfw:commentRss><description>Hi, I'm new to LINQ and am still not really able to translate the way I would write SQL to efficient LINQ queries. The instance that keeps coming up is when trying to get data from tables that have a many to many relationship with a linking table in between. Here's an example: Code Snippet tbl_Owners ------------------- pk_ownerID name tbl_WidgetOwners -------------------------- fk_ownerID fk_widgetID tbl_Widgets ------------------- pk_widgetID isSpecial I get pretty confused on how to use LINQ to...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/joining-many-to-many-with-linq.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4204" width="1" height="1"&gt;</description></item><item><title>Try to make a generic historical method with linq</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/try-to-make-a-generic-historical-method-with-linq.aspx</link><pubDate>Mon, 13 Oct 2008 05:56:51 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4205</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4205.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4205</wfw:commentRss><description>Good afternoon I am trying to make a generic query in linq to get only the newests record in my database, whit the answers i get in this forum, i desing a interface to be implemented in the classes generate by linq, but is not working, please somebody colud help me in put this to work I am getting this error Error 1 The type 'T' must be a reference type in order to use it as parameter 'TEntity' in the generic type or method 'System.Data.Linq.Table' C:\Projetos\SyncSAT\SyncSAT\Dao\Historico.cs 10...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/try-to-make-a-generic-historical-method-with-linq.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4205" width="1" height="1"&gt;</description></item><item><title>Filter Data using range of letters or numbers</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/filter-data-using-range-of-letters-or-numbers.aspx</link><pubDate>Mon, 13 Oct 2008 05:28:38 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4201</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4201.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4201</wfw:commentRss><description>hi all, Question here, It is any way to code this using LINQ in order to use BETWEEN sql statement How can i use the function below in a LINQ? 'ASCII(SUBSTRING(UPPER(CustomerName), 0, 1)) Between 65 And 76" Thanks so much Jorge Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/filter-data-using-range-of-letters-or-numbers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4201" width="1" height="1"&gt;</description></item><item><title>InsertOnSubmit and SubmitChanges. Nothing happens but no error.</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/insertonsubmit-and-submitchanges-nothing-happens-but-no-error.aspx</link><pubDate>Mon, 13 Oct 2008 03:25:41 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4203</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4203.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4203</wfw:commentRss><description>Hello all. I've posted this also in the SQLCE forum but it seems this one has more activity :) I'm working on my first project with SQLCE in VB2008 with Visual Studio 2008. I have a database (.sdf) and i used SQLMetal to generate the dbml using the command: "sqlmetal /dbml:EMCANData.dbml Data.sdf /context:EMCANDatacontext /pluralize" to insert something in a table I use the same syntax that worked well in SQL Server. For the example I use the "Festivo" table that has 3 columns (Id primary key identity...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/insertonsubmit-and-submitchanges-nothing-happens-but-no-error.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4203" width="1" height="1"&gt;</description></item><item><title>Using LINQ to XML Events and Annotations to Track if an XML Tree has Changed</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/12/using-linq-to-xml-events-and-annotations-to-track-if-an-xml-tree-has-changed.aspx</link><pubDate>Sun, 12 Oct 2008 10:54:00 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4200</guid><dc:creator>Eric White's Blog</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4200.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4200</wfw:commentRss><description>You may optionally be making a number of modifications to a very large XDocument object. Because of a complicated algorithm, you may not necessarily know ahead of time whether you will be making changes. If you don’t make any changes, then you don’t want to unnecessarily serialize the tree and save it to disk, or send it over the wire. This post presents a simple technique to determine if an XDocument has ever been modified since deserialization or creation. For example, you might have a very large...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/12/using-linq-to-xml-events-and-annotations-to-track-if-an-xml-tree-has-changed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4200" width="1" height="1"&gt;</description><category domain="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx">LINQ to XML</category><category domain="http://linqinaction.net/blogs/roller/archive/tags/Useful+Code+Snippets/default.aspx">Useful Code Snippets</category><category domain="http://linqinaction.net/blogs/roller/archive/tags/xml/default.aspx">xml</category></item><item><title>Do an Insert from the Array using LINQ to SQL</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/11/do-an-insert-from-the-array-using-linq-to-sql.aspx</link><pubDate>Sun, 12 Oct 2008 03:10:58 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4199</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4199.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4199</wfw:commentRss><description>Hello, I have an array with over 300 fields to be inserted into SQL. Trying to use LINQ to SQL, but the problem is I can not find a way to loop through Linq object which was created by dragging table. Basically For Each rowField In allRows If rowField.Length &gt; 1 Then allfields = rowField.Split(vbTab) 'fields 'process-insert into SQL Dim newRecord As New Elements newRecord.id= allfields(0) newRecord.name = allfields(1) newRecord.city = allfields(2) ........ here goes 300 more rows which I really don't...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/11/do-an-insert-from-the-array-using-linq-to-sql.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4199" width="1" height="1"&gt;</description></item><item><title>microsoft.visualstudio.shell.interop.iselection</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/11/microsoft-visualstudio-shell-interop-iselection.aspx</link><pubDate>Sat, 11 Oct 2008 11:10:36 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4195</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4195.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4195</wfw:commentRss><description>please i am having this error anytime i want to open the design interface, " microsoft.visualstudio.shell.interop.iselection container already exist in the service container. also for my data class design i am having this system.componentmodel not defined. although i just upgraded my operating system to Microsoft vista ultimate, can it be that it has destroyed some of my registry files? please can someone help me out? any help will do. thank you. Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/11/microsoft-visualstudio-shell-interop-iselection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4195" width="1" height="1"&gt;</description></item><item><title>Visual Studio Industry Partner Program</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/11/visual-studio-industry-partner-program.aspx</link><pubDate>Sat, 11 Oct 2008 10:06:00 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4196</guid><dc:creator>Eric White's Blog</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4196.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4196</wfw:commentRss><description>Microsoft offers a partner program for companies that sell tools and products that either integrate into or complement Microsoft’s developer offerings. This program provides remarkable value. If you are a company that produces a product (or products) for developers that either integrate with or extend Visual Studio you should sit up and take notice! This includes all of you folks who produce development products for SharePoint. Disclaimer - I have no personal vested interest in people joining this...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/11/visual-studio-industry-partner-program.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4196" width="1" height="1"&gt;</description><category domain="http://linqinaction.net/blogs/roller/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>troubles with transactions and LINQ inserts</title><link>http://linqinaction.net/blogs/roller/archive/2008/10/11/troubles-with-transactions-and-linq-inserts.aspx</link><pubDate>Sat, 11 Oct 2008 10:03:01 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:4198</guid><dc:creator>MSDN Forums: LINQ Project General</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/roller/comments/4198.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/roller/commentrss.aspx?PostID=4198</wfw:commentRss><description>I'm trying to solve the classic problem where I have record I want to insert in a table, then the next insert depends on the identity of the first. That is, I have an Address Table and a CompanyAddress Table. I first insert into the address table, then, taking the identity column from that insert, I insert in my CompanyAddress Table. I want to have these inserts in a transaction so if second one fails, orphaned address record gets rolled back. Problem is, if I call db.SubmitChanges();, that starts...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2008/10/11/troubles-with-transactions-and-linq-inserts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4198" width="1" height="1"&gt;</description></item></channel></rss>