what are the aggregate functions in ASP.NET?



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

Post New Answer

More Dot Net Framework Interview Questions

what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


Explain unit test done by tester on development team?

0 Answers  


What are the types of assemblies and where can u store them and how ?

11 Answers   Accenture, BirlaSoft, IBM,


What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?

1 Answers  


how do you query in entity model when the result has a join from from different database other than the entity model?

0 Answers   Microsoft,






What is the use of trace utility ?

2 Answers  


what is the use of final method

3 Answers   TCS,


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


About DTS package ?

1 Answers   Accenture, Grafotech,


exe abrevatiom

5 Answers   IBM,


Which are the abstract classes available under system.xml namespace

1 Answers  


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  


Categories