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 |
About .NET Framework ?
Why do I get errors when I try to serialize a Hashtable
Speaking of Boolean data types, what's different between C# and C/C++ ?
Where are the value-type variables allocated in the computer RAM ?
Is dapper better than entity framework?
Explain what is the difference between view and partial view?
Can I set the unlimited length for "maxjsonlength" property in config?
What is managed extensibility framework?
What is Attribute Routing in ASP.Net MVC?
Diffence between .net framework 1.0 and 2.0?
Can you explain the page life cycle of mvc?
What is difference between Viewbag and Viewdata in ASP.NET MVC?