Explain me how does linq work?
Answer / Amit Kumar Dwivedi
LINQ works by providing a consistent syntax (query expressions) to query data from different data sources like arrays, lists, databases, and more. When a LINQ query is executed, it's translated into a series of method calls that perform the desired operation on the data source, such as filtering or sorting. The resulting data is then returned as an enumerable collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is the difference between an abstract class and an interface?
Define code access security (cas)?
Is .net core managed code?
.What is Marshaling?
What is difference between system.string and system.stringbuilder classes?
Explain what are the deferred execution and the immediate execution in linq?
When a Static Constructor called in .NET?
What is the difference between override and overload in a method?
What does the "EnableViewState" property do?
SAP Business One(this is intigrated tool of .net)
Please explain what are an inheritance, polymorphism, and encapsulation?
. How .NET can support multiple languages?