Aggregate functions in LINQ query Avearage – Returns the average value in sequence Count – Returns count of elements in sequence Max – Returns maximum […]
Category: LINQ Interview Questions
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 […]
