what are the aggregate functions in ASP.NET?
Answer Posted / mohan raj (p m r)
LINQ to SQL maps the relational database into an object
model, and when the program runs the queries in the object
model are translated into SQL. SQL contains Aggregate
functions like SUM, AVG, MIN, MAX and more. Lets see how
this functionality can be implemented using LINQ Enumerable
standard aggregation operators. You can also create custom
Aggregations to implement any other required behavior
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to enable Attribute Routing?
mention what are the various methods provided by the dataset object to generate xml?
what is scalar property?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is the mvc pattern (model view controller pattern)?
What is the domain object?
What is viewdata?
How do I use partial view?
What type of filter does outputcacheattribute class represents?
What is model first? : Entity framework
what is linq to entities?
mention what is the difference between ado.net and classic ado?
What is disconnected scenario? : Entity framework
What you mean by routing in asp.net mvc?
Explain what is routing?