LINQ provider basics(dotnetslackers.com)
submitted by
mehfuzh(1901) 4 years, 3 months ago
LINQ (Language Integrated Query) works as a middle tier between data store and the language environment. From a developer's point of view, it is just a new pattern for querying data from multiple data structures directly in the IDE. Behind the scenes it does a whole lot of tasks like expression processing, validation and calling the right routine to fetch data or build a query to run in SQL Server. In short, LINQ stands as common query gateway between the language and the data store.
|category: C#
|Views: 2
tags:
another
Everyones tags:
No tags
Your Tags: