Kumar Bhimsen
What are the different implementations of LINQ?
By Kumar Bhimsen in LINQ on Jan 04 2016
  • Sreekanth Reddy
    Dec, 2016 7

    Linq to SQL 2)Linq to array 3)Linq to xml

    • 0
  • Sreekanth Reddy
    Dec, 2016 7

    Linq to SQL 2)Linq to array 3)Linq to xml

    • 0
  • Keerthi Venkatesan
    Jun, 2016 8

    The different implementations of LINQ are:=> LINQ to SQL - Refers to a component of.NET Framework version 3.5 that provides a run-time infrastructure to manage relational data as objects.=> LINQ to DataSet - Refers to a component that makes it easier and faster to query over data cached in a DataSet object.=> LINQ to XML - Provides an in-memory XML programming interface.=> LINQ to Objects - Refers to the use of LINQ queries with any IEnumerable or IEnumerable(T) collection directly, without the use of an intermediate LINQ provider or API, such as LINQ to SQL or LINQ to XML.

    • 0
  • Kml Surani
    Jan, 2016 9

    The different implementations of LINQ are: LINQ to SQL - Refers to a component of.NET Framework version 3.5 that provides a run-time infrastructure to manage relational data as objects. LINQ to Dataset - Refers to a component that makes it easier and faster to query over data cached in a Dataset object. LINQ to XML - Provides an in-memory XML programming interface. LINQ to Objects - Refers to the use of LINQ queries with any IEnumerable or IEnumerable(T) collection directly, without the use of an intermediate LINQ provider or API, such as LINQ to SQL or LINQ to XML.

    • 0
  • Kumar Bhimsen
    Jan, 2016 4

    The different implementations of LINQ are:LINQ to SQL - Refers to a component of.NET Framework version 3.5 that provides a run-time infrastructure to manage relational data as objects.LINQ to Dataset - Refers to a component that makes it easier and faster to query over data cached in a Dataset object.LINQ to XML - Provides an in-memory XML programming interface.LINQ to Objects - Refers to the use of LINQ queries with any IEnumerable or IEnumerable(T) collection directly, without the use of an intermediate LINQ provider or API, such as LINQ to SQL or LINQ to XML.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS