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 |
How to update one of my table in database at 4pm every day how it is possible?
how to face first interview in .NET?
Can a nested object be used in Serialization
what is the diff b/w asp.net 2.0 & 3.5
Explain test driven development (tdd) ?
How to make sure Client Validation is enabled in ASP.Net MVC
What is the purpose of a web form?
what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
explain why t4 entity is important in entity framework?
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
Define .NET architecture ?