Answer Posted / vishnu
LINQ is a programming model that introduces queries as a
concept into any .NET language.
LINQ is the composition of general purpose standard query
operations that allow us to work with data regardless of the
data source in any .NET based programming language.
LINQ is the name for a set of technologies based on the
integration of query capabilities into any .NET language.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is difference between .net and .net core?
What is the single responsibility principle?
Explain why do we use msmq?
What is namespace in .net?
What is different between webusercontrol and in webcustomcontrol?
What is typical about a windows process in regards to memory allocation in .net?
What is the lapsed listener problem?
What is the transport protocol you use to call a seb service soap?
When should I use .net core?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
How can you assign an rgb color to a system.drawing.color object?
Define code access security (cas)?
Differentiate between managed and unmanaged code?
What are the new features of Framework 1.1 ?