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 finalize method in .net?
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 the default security setting in .net?
What tools is used to develop .NET applications?
What is assemblies in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
How inheritance works in .net?
Tell us the differences between an interface and an abstract class in .net?
Please explain what is heap and what is stack?
When we go for html server controls and when we go for web server controls?
Explain the difference between vb and vb.net?
What are the core differences between .NET Languages ?
What is a .net class?
Please explain what is a delegate?
What is close method? How its different from finalize and dispose?