Introduction To LINQ
LINQ stands for Language Integrated Query and it can be used to programmatically access and manipulate any data from different types of data sources such as Objects(Lists, Arrays, Strings..), SQL, XML, etc. using C# or VB.Net The LINQ functionality can be achieved by importing System.Linq namespace in our applications. Note: We can query any type … Continue reading Introduction To LINQ