LINQ Articles LINQ Interview Questions LINQ Tutorial Aggregate functions in LINQ query Aggregate functions in LINQ query Avearage – Returns the average value in sequence Count – Returns count of elements in sequence Max – Returns maximum value in sequence Min – Returns minimum value in sequence Sum – Returns sum of values in sequence Aggregate – Computes custom aggregation in sequence
CSharp Articles LINQ Articles LINQ Interview Questions 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 with Database through ADO.NET layer. LINQ to ADO.NET LINQ to ADO.NET Add caption