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 the best way to crack the certification?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
How do you instantiate a complex number?
How can I get at the win32 api from a .net program?
What do you mean by web service?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Which namespace is require to used XML in .NET?
What's the .net collection class that allows an element to be accessed using a unique key?
What is connection pooling and how do you make your application use it?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is Entity Relationship Model in .NET?
How to create properties and methods using controls?
Explain about managed heap?
Please explain is the jit an interpreter?
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?