-
Define LINQ? Why is it important?
The complete form of “LINQ” is Language Integrated Query. It is the .NET framework component that links initial data querying abilities to the .NET languages. LINQ provides simple data access from in-memory databases, objects, XML documents, etc.
Be The First To Comment