Cristopher Coronado
What is Linq? Which types supports?
By Cristopher Coronado in .NET on Aug 06 2020
  • Uttam Bobalade
    Aug, 2020 9

    LINQ is an acronym for Language Integrated Query, and supported by C# and VB.NET. It can be used to query many different types of data, including relational, XML, and even objects. Another way to describe LINQ is that it is programming language syntax that is used to query data.

    Types of LINQ -

    1. LINQ to objects
    2. LINQ to XML
    3. LINQ to DataSet
    4. LINQ to SQL
    5. LINQ to Entitiesx`

    Read more at here - https://www.c-sharpcorner.com/UploadFile/72d20e/concept-of-linq-with-C-Sharp/

    • 2
  • Varun Setia
    Aug, 2020 13

    Also, You can write LINQ queries in C# for any collection of objects that supports IEnumerable or the generic IEnumerable interface. LINQ support is also provided by third parties for many Web services and other database implementations.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS