Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am not able to understand what is the difference between LINQ and ADO.net.

I have been practicing with LINQ and i would like to bind my form controls to database.
Can you guide me what will be the learning path?
Or is there any book
Posted
Comments
Sergey Alexandrovich Kryukov 10-Feb-14 0:34am    
Invalid question. In part of the "difference", this is just gibberish, to be sure...
—SA

LINQ and ADO.Net are very different things.
ADO.Net provides the core framework for database connectivity.

LINQ is a coding technique to help you write "shortcut" code to achieve tasks
for e.g. quickly search through a list of numbers using Select() or Where() etc.

Some basic books on C# programming might help you out.
 
Share this answer
 
Comments
Karthik_Mahalingam 10-Feb-14 0:18am    
5,Good, but Need more info...
please visit this link

[LINQ vs ADO.Net]


[Linq and ADO.Net]
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900