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

Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


What is rxjava used for?

0 Answers  


How can I tell what .net framework is installed?

0 Answers  


How does .net framework works?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,






What are Satellite Assemblies? How you will create this?

4 Answers  


In razor syntax, what is the escape sequence character for @ symbol?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers  


My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

0 Answers  


What is meant by tempdata in mvc?

0 Answers  


Explain bundle.config in mvc4?

0 Answers  


How to change the action name in ASP.Net MVC?

0 Answers  


Categories