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 .net framework & its benefits?

0 Answers  


Can you explain the page life cycle of mvc?

0 Answers  


How does servicing work for the .net framework 3.0?

0 Answers  


what is datacontrols?

1 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


what do you mean by table-per-hierarchy?

0 Answers   Microsoft,


What are the advantages of razor view engine?

0 Answers  


What is GC (Garbage Collection) and how it works

1 Answers  


I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....

9 Answers  


How do I define my own code group

1 Answers  


Briefly describe the roles of clr in .net framework?

0 Answers  


What is the role of the jit compiler in .net framework?

0 Answers  


Categories