what are the aggregate functions in ASP.NET?
Answer / 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 |
What are html helpers in asp.net mvc?
What are the main components of .net framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is Global Assembly Cache (GAC) and what is the purpose of it?
How is method overriding different from method overloading
what is use of entitydatasource control?
How do I use partial view?
How to set the debug mode
How does CAS work
What is a view engine?
Types of assemblies that can be created in dotnet ?
How to Create an Intranet Site Using ASP.NET MVC?