<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>黄忠成 - </title><link>category/234104.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 08 Jul 2008 16:11:57 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Code6421</dc:creator><title>Cast的妙用：泛用LINQ 語句</title><link>http://blog.csdn.net/Code6421/archive/2008/07/08/2625309.aspx</link><pubDate>Tue, 08 Jul 2008 16:12:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/07/08/2625309.aspx</guid><wfw:comment>comments/2625309.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/07/08/2625309.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2625309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2625309</trackback:ping><description>泛用LINQ語句的概念很簡單，在一些情況下，我們會有需求使用同一段程式碼來對不同資料表做查詢，這在ADO.NET中很容易達到，見下例：
&lt;img src ="aggbug/2625309.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To SQL 中使用In</title><link>http://blog.csdn.net/Code6421/archive/2008/05/30/2495480.aspx</link><pubDate>Fri, 30 May 2008 11:05:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/05/30/2495480.aspx</guid><wfw:comment>comments/2495480.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/05/30/2495480.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2495480.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2495480</trackback:ping><description>有讀者來信問及LINQ To SQL中如何使用IN,

 倒讓我發現到我一直都未提到這個用法,^_^|||

&lt;img src ="aggbug/2495480.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To SQL與Transaction</title><link>http://blog.csdn.net/Code6421/archive/2008/05/22/2469460.aspx</link><pubDate>Thu, 22 May 2008 14:16:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/05/22/2469460.aspx</guid><wfw:comment>comments/2469460.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/05/22/2469460.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2469460.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2469460</trackback:ping><description>不管你是由我的書中，或是MSDN、網站處得知，LINQ to SQL之DataContext於SubmitChanges函式執行時，就算不指定Transaction，DataContext都會自動啟動一個Transaction，在許多ORM中，這算是相當常見的設計。
不過，如果我不想要這個預設的Transaction呢？&lt;img src ="aggbug/2469460.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ首部曲： LINQ To Object Part 2 - Using VB.NET</title><link>http://blog.csdn.net/Code6421/archive/2008/05/17/2455143.aspx</link><pubDate>Sat, 17 May 2008 22:48:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/05/17/2455143.aspx</guid><wfw:comment>comments/2455143.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/05/17/2455143.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2455143.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2455143</trackback:ping><description>任何語言皆有其基本語法規則存在，LINQ雖然被打造成一個與編譯器無關的Framework，但為了讓設計師能更方便、更直覺的使用LINQ Expression，目前已知的C#、VB.NET都定義了一套專屬的LINQ Expression語法，雖然各個編譯器所提供的語法略有差異，但基本上差距不遠，本節以VB.NET所提供的LINQ Expression為基準，為讀者們介紹LINQ Expression的語法規則及各式各樣的應用，&lt;img src ="aggbug/2455143.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ 首部曲 : LINQ To Object Part 1 - Using VB.NET 2008</title><link>http://blog.csdn.net/Code6421/archive/2008/05/16/2452541.aspx</link><pubDate>Fri, 16 May 2008 18:00:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/05/16/2452541.aspx</guid><wfw:comment>comments/2452541.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/05/16/2452541.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2452541.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2452541</trackback:ping><description>源

 

  這一篇文章來自於我去年刊登於Run! PC雜誌上的一系列文章，原文是以C#做為語言而撰寫的，鑑於VB.NET 2008與LINQ的文章較C#來得少，特別花了時間將此系列文章一一轉換為VB.NET。

&lt;img src ="aggbug/2452541.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>Visual Studio 2008 Express 中的 LINQ To SQL</title><link>http://blog.csdn.net/Code6421/archive/2008/05/16/2450167.aspx</link><pubDate>Fri, 16 May 2008 01:21:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/05/16/2450167.aspx</guid><wfw:comment>comments/2450167.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/05/16/2450167.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2450167.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2450167</trackback:ping><description>這幾日剛好有空，心血來潮的下載了Visual Studio 2008 C# Express版本，發現此版本居然也支援了LINQ To SQL，雖然有限制只能使用SQL Server資料庫檔案作為資料來源，不能直接於IDE中連結SQL Server伺服器，不過這並不是問題，我們只要從欲連結的SQL Server中複製資料庫檔案到其它目錄(要先在SQL Server中對該資料庫執&lt;img src ="aggbug/2450167.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>當VS2005 遇上 LINQ</title><link>http://blog.csdn.net/Code6421/archive/2008/04/25/2326027.aspx</link><pubDate>Fri, 25 Apr 2008 06:43:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/25/2326027.aspx</guid><wfw:comment>comments/2326027.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/25/2326027.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>comments/commentRss/2326027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2326027</trackback:ping><description>在【極意之道-次世代 .NET Framework 3.5 資料庫開發聖典】(好長的書名，我該取個匿稱嗎？哈)一書第三章中，有下面這段敘述：
&lt;img src ="aggbug/2326027.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>Effective Using LINQ To SQL (1) - 分頁技巧</title><link>http://blog.csdn.net/Code6421/archive/2008/04/24/2320487.aspx</link><pubDate>Thu, 24 Apr 2008 06:40:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/24/2320487.aspx</guid><wfw:comment>comments/2320487.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/24/2320487.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2320487.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2320487</trackback:ping><description>LINQ To SQL支援了Skip與Take兩個LINQ函式，這意味著我們只要結合兩者，就能做出以往不容易做出的分頁擷取資料功能。
&lt;img src ="aggbug/2320487.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To Objects 的資料來源</title><link>http://blog.csdn.net/Code6421/archive/2008/04/21/2313339.aspx</link><pubDate>Mon, 21 Apr 2008 23:17:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/21/2313339.aspx</guid><wfw:comment>comments/2313339.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/21/2313339.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2313339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313339</trackback:ping><description>在LINQ To Objects的架構中，只要實作了IEnumerable介面的物件，皆可做為LINQ To Objects的資料來源，那具體有那些呢？見下表。&lt;img src ="aggbug/2313339.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>關於第四章中，SQL指令何時執行小方框的補充說明</title><link>http://blog.csdn.net/Code6421/archive/2008/04/21/2313288.aspx</link><pubDate>Mon, 21 Apr 2008 22:39:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/21/2313288.aspx</guid><wfw:comment>comments/2313288.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/21/2313288.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2313288.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313288</trackback:ping><description>在【極意之道- .NET Framework 3.5 資料庫開發聖典 ASP.NET】一書中，我於第四章，4-36頁處放上SQL指令何時執行的小方框&lt;img src ="aggbug/2313288.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ 與 IEnumerable 介面</title><link>http://blog.csdn.net/Code6421/archive/2008/04/21/2310481.aspx</link><pubDate>Mon, 21 Apr 2008 02:37:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/21/2310481.aspx</guid><wfw:comment>comments/2310481.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/21/2310481.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2310481.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2310481</trackback:ping><description>架構上而言，只要是實作IEnumerable介面的物件，皆可做為LINQ To Objects的資料來源，那如果只是實作了IEnumerable介面的物件呢？&lt;img src ="aggbug/2310481.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To SQL Synchronize Tool Beta</title><link>http://blog.csdn.net/Code6421/archive/2008/04/18/2305897.aspx</link><pubDate>Fri, 18 Apr 2008 23:05:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/18/2305897.aspx</guid><wfw:comment>comments/2305897.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/18/2305897.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2305897.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2305897</trackback:ping><description>Visual Studio 2008 內附的LINQ To SQL Designer工具相當方便，但其缺點是在Entity Class(實體類別)建立後，若後端的資料表欄位型態有變動，設計師就必須自行由LINQ To SQL Designer調整Entity Class的欄位對應，在應用程式開發流程中，欄位加加減減是常見的事，少了由後端資料庫同步的功能，使得LINQ To SQL Designer在面對此情況時&lt;img src ="aggbug/2305897.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To XML : Descendants函式</title><link>http://blog.csdn.net/Code6421/archive/2008/04/17/2299443.aspx</link><pubDate>Thu, 17 Apr 2008 08:56:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/17/2299443.aspx</guid><wfw:comment>comments/2299443.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/17/2299443.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2299443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2299443</trackback:ping><description>在LINQ To XML 的架構中，若想取得某個Element下的指定之子Element，可以呼叫Descendants這個Extension Method&lt;img src ="aggbug/2299443.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>極意之道次世代 .NET Framework 3.5資料庫開發聖典ASP.NET篇 封面及簡介</title><link>http://blog.csdn.net/Code6421/archive/2008/04/09/2267371.aspx</link><pubDate>Wed, 09 Apr 2008 08:42:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/04/09/2267371.aspx</guid><wfw:comment>comments/2267371.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/04/09/2267371.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2267371.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2267371</trackback:ping><description>極意之道次世代 .NET Framework 3.5資料庫開發聖典ASP.NET篇 封面及簡介&lt;img src ="aggbug/2267371.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Code6421</dc:creator><title>LINQ To SQL 的效能 (列出部份的測試程式碼)</title><link>http://blog.csdn.net/Code6421/archive/2008/01/11/2037688.aspx</link><pubDate>Fri, 11 Jan 2008 16:14:00 GMT</pubDate><guid>http://blog.csdn.net/Code6421/archive/2008/01/11/2037688.aspx</guid><wfw:comment>comments/2037688.aspx</wfw:comment><comments>http://blog.csdn.net/Code6421/archive/2008/01/11/2037688.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2037688.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2037688</trackback:ping><description>一時興起,測了一下LINQ To SQL的效能,&lt;img src ="aggbug/2037688.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>