what are the aggregate functions in ASP.NET?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what does .edmx file contains?

632


What is .net architecture?

535


List the new features added in .net framework 4.0.

514


Briefly describe the roles of clr in .net framework?

527


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

533






How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

511


What is Differnce between html.action and ajax.action?

554


Explain the tools used for unit testing in ASP.Net MVC

596


How do you specify comments using razor syntax?

594


Does .NET Framework support SAX?

558


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

517


How we can handle the exception at controller level in ASP.Net MVC?

562


What is routeconfig.cs in mvc 4?

641


what is entity data model?

584


Can you set the unlimited length for "maxjsonlength" property in config?

552