- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 92字
- 2021-06-25 22:11:40
Building a .NET Standard 2.0 library that uses LINQ
In this recipe, we will be using LINQ inside our .NET Standard 2.0 library. LINQ stands for .NET Language-Integrated Query. LINQ defines a set of general purpose standard query operators: list, select, sort, and projection operators in any .NET-based programming language. The standard query operators allow queries to be applied to any IEnumerable<T>—based information source.
We will be building a .NET Standard 2.0 library that utilizes LINQ and use the library in the next recipe.
推薦閱讀
- 現(xiàn)代C++編程:從入門(mén)到實(shí)踐
- 垃圾回收的算法與實(shí)現(xiàn)
- 微服務(wù)設(shè)計(jì)原理與架構(gòu)
- Blockly創(chuàng)意趣味編程
- Mastering Unity Shaders and Effects
- Learning Neo4j 3.x(Second Edition)
- Raspberry Pi Robotic Projects(Third Edition)
- Qt5 C++ GUI Programming Cookbook
- Lift Application Development Cookbook
- Django Design Patterns and Best Practices
- Java EE架構(gòu)設(shè)計(jì)與開(kāi)發(fā)實(shí)踐
- Laravel Design Patterns and Best Practices
- PostgreSQL 12 High Availability Cookbook
- Jakarta EE Cookbook
- 走近SDN/NFV