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 model first approach?

0 Answers   Microsoft,


Which are the important namespaces used in mvc?

0 Answers  


What is difference between viewbag and viewdata and tempdata?

0 Answers  


Is razor a server side?

0 Answers  


If Controller is not there in MVC Pattern what happens?

2 Answers  






Does Tempdata hold the data for other request in ASP.Net MVC?

0 Answers  


What is Jit compilers?.how many are available in clr

1 Answers  


What platforms does the .NET Framework run on?

1 Answers  


Can we create the web service in windows application?

3 Answers  


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

0 Answers  


How route table is created in ASP.NET MVC?

0 Answers   NA,


can we call the garbage collector to run explicicitly?

6 Answers   Kanbay, Volvo,


Categories