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 |
Define .NET architecture ?
What is entity framework in asp net?
Is any files are generated,when we are adding the web reference to the web service?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
what is code first approach?
Explain how you can send the result back in JSON format in MVC?
what is MVC pattern?
What is the use of viewmodel in mvc?
Can any particular component of .net framework 3.0 be removed?
How do you initiate a string without escaping each backslash ?
How to use Jquery Plugins in ASP.Net MVC validation?
Why do I get errors when I try to serialize a Hashtable