- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 90字
- 2021-07-02 12:44:32
LINQ
The third installment of the C# language introduced Language Integrated Query (LINQ), a new construct of queries that can be run over object structures. LINQ is very new to the programming world and gives us a glimpse of functional programming on top of object-oriented general programming structure. LINQ also introduced a bunch of new interfaces in the form of the IQueryable interface, which introduced a number of libraries that can interact with the external world using LINQ. LINQ was boosted with the introduction of Lambda expressions and expression trees.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- C語言程序設計實踐教程(第2版)
- Flutter開發實戰詳解
- Vue.js入門與商城開發實戰
- Selenium Design Patterns and Best Practices
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- 深入淺出DPDK
- Scala程序員面試算法寶典
- Java 9 Programming By Example
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- PhoneGap 4 Mobile Application Development Cookbook
- Hack與HHVM權威指南
- Monitoring Docker
- C/C++代碼調試的藝術(第2版)
- Scratch編程從入門到精通