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 do you specify comments using razor syntax?
How does the .net framework 3.0 relate to the .net framework 2.0?
How route table is created in ASP.NET MVC?
What is Dependency Injection in ASP.Net MVC
How we can add the css in mvc?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is connected scenario? : Entity framework
What are Model Binders in ASP.Net MVC?
Is it possible to create a custom filter?
How to answer for project questions..?
Explain what languages does the .net framework support?
What are the options can be configured in AJAX helpers?
What is .net framework used for?
How does servicing work for the .net framework 3.0?
What is poco proxy? : Entity framework