1
Reply

What is the advantage of Linq over ADO.NET.

Yogesh Bajpai

Yogesh Bajpai

Apr 25, 2012
4.1k
0

    This is a good question. Linq is in-memory queries. It is similar to SQL. You get data in memory as a collection and then you use Queries to get, filter data. Here are some more readings in Linq. http://www.c-sharpcorner.com/1/180/linq.aspx

    Mahesh Chand
    May 01, 2012
    0