[博碩出版社] 深入探索.NET資料存取:ADO.NET + SqlDataSource + LINQ(第二版)

第二版 跟第一版的差異
深入探索.NET資料存取:ADO.NET + SqlDataSource + LINQ(第二版)

範例下載 -  https://onedrive.live.com/?id=6F7F668080F24B20%212771&cid=6F7F668080F24B20

 深入探索.NET資料存取 (博碩,第二版)
...繼續閱讀 »

LINQ入門、簡介、初試身手 #3 -- 基礎語法 (II)

摘要:LINQ入門、簡介、初試身手 #2 -- 基礎語法 (II)
x-5-5 依「索引鍵的值」進行排序與群組(group by與into)
x-5-6 依「運算式」進行群組(group by與into)
x-5-7 巢狀群組(Nested,group by與into)
x-5-8 let關鍵字,儲存運算式的結果
x-5-9 在查詢運算式中使用方法(method)
x-5-10 複合 from子句如同巢狀 foreach迴圈

...繼續閱讀 »

DataSet / LinqDataSource / EntityDataSource(查詢產生器)三種方式,在資料新增上的異同。Comparing the difference of Code-Behind about DataSet and LinqDataSource and EntityDataSource to Insert DB a new Record.

這些範例都在書本「下集」,

我只是彙整起來作一個比較,希望讀者比較清楚三種寫法的差異。

My book has published these samples.

Now, I comare these 3 samples and try to explain the difference for coding in DataSet, LinqDataSource and EntityDataSource.

...繼續閱讀 »

ADO.NET Entity入門的程式 #3(自己動手寫)--LINQ-to-SQL、EntitySQL、查詢產生器方法(Query builder)三種語法

資料來源: http://msdn.microsoft.com/zh-tw/library/bb738512.aspx
HOW TO:執行傳回匿名型別集合的查詢 (Entity Framework)

微軟的範例有提供 C#語法的範例了,

所以我只在此補充 VB範例。

...繼續閱讀 »