系統測試 2009 年 2 月 8 日 jason未分類Leave a Comment on 系統測試 CPU:C300A RAM:128M 跑WP很吃力吶 程式碼測試 Public Function GetList() As List(Of Customers) Dim db As New NorthwindDataContext Dim r = (From s In db.Customers).ToList Return r End Function