What is LINQ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ashok yadav
LINQ is a uniform way of doing work.
It design business tier itself
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain me what is .net web service?
What is the managed and unmanaged code in .net?
How to get the number after decimal point in .net?
Types of evidence in .net with context to CAS
What is common type system (cts)?
Explain me what is the .net framework and how does it work?
Do you know what is .net standard?
What application do you use to install a Windows service?
What's wrong with a line like this? Datetime.parse(mystring);
Explain memory-mapped files.
Directcast(123.34,integer) - should it throw an error? Why or why not?
How many types of exception handlers are there in .NET?