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 |
In which testing using in .net framwork?
Features in .net framework 1.1 ?
What is difference between viewbag and viewdata and tempdata?
How you can implement custom validation in asp.net MVC?
Define the core components of an ASP.NET MVC application?
Is dapper better than entity framework?
What is the need of Action Filters in ASP.Net MVC
What is the use of the default route?
How to change the action name in mvc?
explain what does .edmx file contains?
What is the 'page life cycle' of an ASP.NET MVC?
Is http stateful or stateless?