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

About .NET Framework ?

5 Answers   MMTS,


How do you enforce garbage collection in .NET

1 Answers   Wipro,


mention what is csdl, ssdl and msl sections in an edmx file?

0 Answers   Microsoft,


What is namespace used for loading assemblies at run time and name the methods?

2 Answers  


what do you mean by table-per-hierarchy?

0 Answers   Microsoft,


What is edm (entity data model)? : Entity framework

0 Answers  


How would you make a combo-box appear in one column of a DataGrid?

1 Answers  


What is viewdata?

0 Answers  


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


What is difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers   NA,


What was the problem in traditional component why side by side execution is supported in .net ?

1 Answers   MMTS,


Is dapper faster than entity framework?

0 Answers  


Categories