1. Trang chủ
  2. » Công Nghệ Thông Tin

x0013 linq and c morebook vn 8492

7 7 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 7
Dung lượng 127,36 KB

Nội dung

A new way and language to query data 28 JUNI 2006 | â CLASS-A Overview ã What is Linq? ã Flavors of Linq • Linq to XML • Linq to DataSets ã Linq to SQL 28 JUNI 2006 | â CLASS-A • Linq under the covers • Linq deferred • Q&A and/or Discussion Introducing… • Alex Thissen • Trainer/coach • Weblog at http://www.alexthissen.nl • INETA • Next step in user group evolution • By and for user group community • Class-A • Knowledge provider • Training and coaching on Microsoft development ã www.class-a.nl 28 JUNI 2006 | â CLASS-A What is Linq? • Linq stands for Language Integrated Query • New set of keywords in C# 3.0 and VB.NET 9.0 to express queries over data IEnumerable Dim homeMatchesWon As homeMatchesWon IEnumerable(Of = Match) = from m In From in matches where m.GoalsHome > m.GoalsAway Where order By Order by m.HomeTeam, m.AwayTeam Descending descending select m Select m; 28 JUNI 2006 | © CLASS-A Linq project Languages C# 3.0 VB 9.0 Other Linq Standard Query Operators Linq to Linq to Linq to Linq to Linq to Objects XML SQL DataSets Entities 28 JUNI 2006 | © CLASS-A Review • Linq == querying from programming language • C# 3.0 was created to make Linq happen • Several applications of Linq exist • Linq to Objects, XML, DataSets, SQL, Entities • More to come in the future • 28 JUNI 2006 | © CLASS-A Linq approaches functional programming 57 28 JUNI 2006 | © CLASS-A ... descending select m Select m; 28 JUNI 2006 | © CLASS-A Linq project Languages C# 3.0 VB 9.0 Other Linq Standard Query Operators Linq to Linq to Linq to Linq to Linq to Objects XML SQL DataSets Entities...Overview • What is Linq? • Flavors of Linq • Linq to XML • Linq to DataSets • Linq to SQL 28 JUNI 2006 | â CLASS-A ã Linq under the covers • Linq deferred • Q&A and/ or Discussion Introducing… • Alex... Trainer/coach • Weblog at http://www.alexthissen.nl • INETA • Next step in user group evolution • By and for user group community • Class-A • Knowledge provider • Training and coaching on Microsoft

Ngày đăng: 04/12/2022, 09:38

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN

w