LINQ Architecture in ASP Net C#

LINQ Architecture in ASP .Net C#

The LINQ has a 3 layered Architecture. In the upper layer consists of the language extensions and the bottom layer consists of data sources that are typically objects implementing IEnumerable<T> or IQueryable<T> generic interfaces.


The LINQ contain some major components,
1.      LINQ to Objects.
2.      LINQ to ADO.NET, which includes.
3.      LINQ to SQL (formerly called DLinq).
4.      LINQ to DataSet (formerly called LINQ over DataSet).
5.      LINQ to Entities.

6.      LINQ to XML (formerly called XLinq).

The LINQ Architecture show as below,




ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^