LINQ (Language integrated Query) is a new feature introduced in .NET Framework 3.5. LINQ makes the job of .Net developers easy for accessing the data in SQL, XML, ADO.Net data sets or any other objects. By using LINQ, a developer gets the ability to write
Read More...