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 |
Is .net framework 4.8 the last version?
How do you initiate a string without escaping each backslash ?
How do assemblies find each other?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
Explain what languages does the .net framework support?
creating crystal reports in asp.net & vb.net
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
What are actions in asp.net mvc?
which is good java or Dot net?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain the advantages of dependency injection (di) in asp.net mvc?