Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
select « LINQ « C# / C Sharp
C# / C Sharp
LINQ
select
1.
Query Reuse
2.
Select array item by type
3.
Use LINQ with Dictionary
4.
Use LINQ to query characters in a string
5.
Transformation: link two array.
6.
Select with Anonymous Types: prints uppercase and lowercase versions of each string in an input array
7.
Select with Anonymous Types: iterates over each element to print the element's name
8.
Select with Anonymous Types: prints the name of every product in the product list along with the category of the product and its unit price
9.
uses select to create a sequence of each product name.
10.
Converting an Array of Strings to Integers
11.
Converting an Array of Strings to Integers and Sorting It
12.
Query with Intentional Exception Deferred Until Enumeration
13.
Demonstrating the Query Results Changing Between Enumerations
14.
Returning a List