Hi..
why we use 'using System.Linq' in .net ?
Thanks....
Loading
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.
Javeed M ShaikhPosted Nov 1, 2011, 9:35 PM
The System.Linq is a namespace that provides classes and interfaces that support queries that use Language-Integrated Query (LINQ). So when we write this statement the IDE understands and gives us access to the classes in this namespace so we can use as per our need.
Mahesh ChandPosted Nov 1, 2011, 10:40 PM
You need to learn what LINQ is. See right side bar and look for Hello LinQ chapter
http://www.c-sharpcorner.com/UploadFile/prvn_131971/HelloLinq02062008005550AM/HelloLinq.aspx