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 |
About .NET Framework ?
How do you enforce garbage collection in .NET
mention what is csdl, ssdl and msl sections in an edmx file?
What is namespace used for loading assemblies at run time and name the methods?
what do you mean by table-per-hierarchy?
What is edm (entity data model)? : Entity framework
How would you make a combo-box appear in one column of a DataGrid?
What is viewdata?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What was the problem in traditional component why side by side execution is supported in .net ?
Is dapper faster than entity framework?