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
Does razor engine supports for tdd?
What is display mode in mvc?
What is the advantage of using asp.net routing?
What is routeconfig.cs in mvc 4?
What is code first? : Entity framework
What is stateless model?
What is namespace of asp.net mvc?
what is lazy loading in entity framework?
What is entitytypes? : Entity framework
How can we determine action invoked from HTTP GET or HTTP POST?
Why to use Html.Partial in ASP.Net MVC?
What is the difference between renderaction and renderpartial?
what is explicit loading?
How you can implement custom validation in asp.net MVC?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?