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 |
Does windows 10 need .net framework?
unit test done by tetser on development team?
How do I change the permission set for a code group
What is connected scenario? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What is definingquery in entity framework? : Entity framework
js fn to go to the particular page when enter is clicked
How we can multiple submit buttons in ASP.Net MVC
What is the need of .Net framework ?
Mention the core components of .net framework?
what is way of loading data in ef (entity framework)?
Explain Model, view and Controllers in Asp.Net MVC?