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 what is the difference between a class and an object?
State the methods used during deserialization and serialization process.
How many design patterns can be created in .net?
What is delegation in .net?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Explain can 2 different applications use the same dll in gac at the same time?
What are the new features of Framework 1.1 ?
Explain the different types of proxy patterns?
Explain me what is a design pattern and what is it for?
Explain manifest & metadata.
Please explain what is the difference between odbc and ado?
Tell us what is heap and what is stack?