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 |
what is dotnet architecture? can anyone explain that.
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is a metadata in .net?
Where does the dispose method lie and how can it be used to clean up resources?
What is difference between system.string and system.stringbuilder classes?
Which dll is required to translate xml to sql in internet information server (iis)?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
How does the .NET framework work?
How do you start, pause, continue or stop a Windows service off the command line?
What are the contents of assembly?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What does .net stand for?