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 Different kinds of methods?
Why you want to leave your previous company.
How many types of exception handlers are there in .NET?
What are the new thee features of com+ services, which are not there in com (mts)?
What security mechanisms to enforce for Authenticating and authorizing the users?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
How can you see which services are running on a Windows box?
what are design patterns in .net....?
Explain the two different types of typecasting?
What is view state?
Explain different types of html, web and server controls.
Explain me difference between public and static modifiers?