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 |
what is client wins and store wins mode in entity framework concurrency?
Explain unit test done by tester on development team?
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is the use of trace utility ?
what is the use of final method
What happens when you encounter a continue statement inside the for loop ?
About DTS package ?
1 Answers Accenture, Grafotech,
exe abrevatiom
Which are the abstract classes available under system.xml namespace
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?