adspace


How does linq work?

Answer Posted / Shyam Singh Bisht

LINQ (Language Integrated Query) is a set of APIs in .NET that allows developers to query data from various sources like arrays, collections, databases, etc., using a common syntax. It works by converting the queries into executable code and then executing them against the source data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143