CSharp LINQ Select
CSharp examples for LINQ:Select
HOME
CSharp
LINQ
Select
Description
Click the following links for the tutorial for LINQ and Select.
Select employee last names
Use LINQ to select first and last names
convert to uppercase, select those starting with "R" and sort
Select from an array
Select from a collection
Select from XML
Select from a DataTable
Select Multiple Member Values
Use Permutations of Data Sources
Share Values Within a Query
Transforming numbers into their names
Query all customers, but just their names and numbers using projection to an anonymous type