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 objectcontext? : Entity framework

0 Answers  


How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?

2 Answers  


What is the domain object?

0 Answers  


What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?

0 Answers  


What is the mvc pattern (model view controller pattern)?

0 Answers  






What is layout in mvc?

0 Answers  


How you can implement custom validation in asp.net MVC?

0 Answers  


How to use multiple submit buttons in asp.net mvc?

0 Answers  


Briefly describe the roles of clr in .net framework?

0 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


How do you specify comments using razor syntax?

0 Answers  


How is method overriding different from method overloading

1 Answers   Siebel Systems,


Categories