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 the 'page life cycle' of an ASP.NET MVC?
What is representational state transfer (rest) mean?
What is the difference between windows vista and .net framework 3.0 ?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
what is ssdl?
how can you tell ef to have a different table or column name than that defined for the class?
Is razor a server side?
How to Redirect Tracing to a File
What is .net framwork?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
explain what is ado.net entity framework?
What are actions in mvc?
What is meant by tempdata in mvc?
What is work of clr?