- 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.
推薦閱讀
- C++程序設計(第3版)
- Programming ArcGIS 10.1 with Python Cookbook
- SQL語言從入門到精通
- INSTANT Mercurial SCM Essentials How-to
- HTML5 and CSS3 Transition,Transformation,and Animation
- Python機器學習經典實例
- Python Data Analysis Cookbook
- Learning PHP 7
- Learning Apache Cassandra
- Swift High Performance
- Getting Started with JUCE
- Ubuntu Server Cookbook
- JavaScript設計模式與開發實踐
- 深入理解Zabbix監控系統
- VMware vRealize Orchestrator Essentials