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
What is objectcontext? : Entity framework
What is entity framework used for?
Mention some action filters which are used regularly in ASP.Net MVC?
What is disconnected scenario? : Entity framework
what is entity sql?
Explain how to use multiple submit buttons in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
What is entity framework? : Entity framework
What is the meaning of unobtrusive javascript? Explain us by any practical example.
what is model first approach?
What are the possible razor view extensions?
Can you please explain the request flow in ASP.NET MVC framework?
what is linq to entities?
Explain the 'page lifecycle' of an ASP.NET MVC?
What are the 2 popular asp.net mvc view engines?