LINQ
LINQ is known as Language Integrated Query, and it is presented in .NET 3.5 and Visual Studio 2008. The excellence of LINQ is it gives the capacity to .NET languages(like C#, VB.NET, and so forth) to create inquiries to recover information from the information source. For instance, a program might get data from the understudy records or get to worker records, and so on. In previous years, such sort of information is put away in a different data set from the application, and you really want to learn various kinds of question language to access such kind of information like SQL, XML, and so forth. And furthermore, you can't make a question utilizing C# language or some other .NET language.
To beat such kinds of issues, Microsoft created LINQ. It connects one more capacity to the C# or .NET dialects to create a question for any LINQ viable information source. What's more, the best part is the sentence structure used to make a question is similar regardless of which kind of information source is utilized means the grammar of making an inquiry about information in a social data set is the same as that used to make question information put away in a cluster there is compelling reason need to utilize SQL or some other non-.NET language component. You can likewise utilize LINQ with SQL, with XML records, with ADO.NET, with web administrations, and with some other information base.
In C#, LINQ is available in System. Linq namespace. It gives different sort of classes and techniques which upholds LINQ questions. In this namespace:
Uses of LINQ
领英推荐
LINQ is known as Language Integrated Query, and it is presented in .NET 3.5 and Visual Studio 2008. The excellence of LINQ is it gives the capacity to .NET languages(like C#, VB.NET, and so forth) to create inquiries to recover information from the information source. For instance, a program might get data from the understudy records or get to worker records, and so on. In previous years, such sort of information is put away in a different data set from the application, and you really want to learn various kinds of question language to access such kind of information like SQL, XML, and so forth. And furthermore, you can't make a question utilizing C# language or some other .NET language.
To beat such kinds of issues, Microsoft created LINQ. It connects one more capacity to the C# or .NET dialects to create a question for any LINQ viable information source. What's more, the best part is the sentence structure used to make a question is similar regardless of which kind of information source is utilized means the grammar of making an inquiry about information in a social data set is the same as that used to make question information put away in a cluster there is compelling reason need to utilize SQL or some other non-.NET language component. You can likewise utilize LINQ with SQL, with XML records, with ADO.NET, with web administrations, and with some other information base.
In C#, LINQ is available in System. Linq namespace. It gives different sort of classes and techniques which upholds LINQ questions. In this namespace:
Uses of LINQ