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 model first approach?
Which are the important namespaces used in mvc?
What is difference between viewbag and viewdata and tempdata?
Is razor a server side?
If Controller is not there in MVC Pattern what happens?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is Jit compilers?.how many are available in clr
What platforms does the .NET Framework run on?
Can we create the web service in windows application?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How route table is created in ASP.NET MVC?
can we call the garbage collector to run explicicitly?