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 garbage collection in .net? Explain the garbage collection process?
How can I get at the win32 api from a .net program?
Explain what inheritance is, and why it's important?
What is gac in .net?
What is operator overloading in .net?
What is DTS and explain the purpose of it?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
Explain what rare the types of jit and what is econo-jit?
What is .net3.5?
How can you assign an rgb color to a system.drawing.color object?
Explain assemblies in .net?
What are an object and a class?
What are code contracts?