Aggregate functions in LINQ query Avearage – Returns the average value in sequence Count – Returns count of elements in sequence Max – Returns maximum […]
Category: LINQ Tutorial
LINQ to ADO.NET
LINQ to ADO.NET A .NET application can write LINQ queries to SQL, Entities and Dataset. LINQ to SQL and LINQ to Entities have direct connection […]
LINQ Simplified
Anonymous Method , Lambda Expressions and LINQ in C# 3.0 LINQ stands for Language Integrated Query. List contains flower name below : List flowerList = […]
