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
Can I add asp.net mvc testcases in visual studio express?
Explain dependency resolution?
Which are the important namespaces used in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
What are the versions of .net framework?
What is controllercontext?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What is the domain object?
What is the difference between old ADO.NET and Entity framework coding techniques?
How can we determine action invoked from HTTP GET or HTTP POST?
What is viewbag?
What is renderbody?
How can you return string result from Action in ASP.Net MVC?
how can you enhance the performance of entity framework?
Describe the .net framework architecture.