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
why DotNetFramework is included in building a software
Explain what is routing?
What is route config?
What are Action Filters in ASP.NET MVC and its use?
Is entity framework slow?
What is the use .Glimpse in ASP.Net MVC
Which are the important namespaces used in ASP.Net MVC?
How does .net framework works?
What is the domain object?
what is entityclient?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is the difference between renderaction and renderpartial?
What is .net framwork?
what is explicit loading?
What are the new features 3.5 framework against with the tool?