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 assemblies in .net?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain what is the difference between a class and an object?
How to implement DataGrid in .NET?
What is the use of Treeview control?
What is Garbage Collection in .Net and what is the Garbage collection process?
Name some of the languages .NET support?
Write an StoredProcedure to get the values of a column within a date range.
What is a Strong Name?
Differences between namespace, class, assembly?
Tell us what is the difference between struct and class?
What are the fundamental objects in ADO.NET?