Explain what are the deferred execution and the immediate execution in linq?
Answer / Arti Pal
"Deferred Execution" means that LINQ methods return immediately, and the query is executed only when a result is needed (e.g., by calling 'ToList' or 'First'). "Immediate Execution", on the other hand, means that the query is executed as soon as it is called, regardless of whether a result is actually required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What tools is used to develop .NET applications?
What are nullable types in .NET
1 Answers TryTechnicals Pvt Ltd,
Why inheritance is important?
How to find methods of a assembly file (not using ILDASM) Reflection
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
How to produce an assembly?
Explain about .net?
How inheritance works in .net?
What are the different parts of an Assembly in .Net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it