LINQ
How is LINQ related to databases? Are there other ways of accomplishing the same tasks?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Scott LyslePosted Aug 15, 2013, 6:23 AM
Jignesh TrivediPosted Aug 15, 2013, 10:51 PM
hi,
Language-Integrated Query (LINQ), that bridges the gap between the world of objects and the world of data. In .net has many type of LINQ. ie. LINQ to SQL, LINQ to Object, LINQ to DataSet, LINQ to XML, LINQ to Entity.
LINQ to SQL and LINQ to entity is related to database.
Please refer
http://msdn.microsoft.com/en-us/library/bb386976.aspx
http://msdn.microsoft.com/en-us/library/bb386964.aspx
hope this will help you.
Basavraj SwamiPosted Aug 15, 2013, 6:54 AM
Even you can make you life easy if you combine LINQ with Lymda. it will save lots of coding line.