logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the different implementations of LINQ?


  • Correct Answer
  • The different implementations of LINQ are: => LINQ to SQL - Refers to a component ofNET Framework version 35 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 


  • Technology problems


    Search Results


    • 1. Why do you use the App_Code folder in ASP.NET?
    • Discuss
    • 2. What is the role of the DataSet object in ADO.NET?
    • Discuss
    • 3. What are the benefits of using of ADO.NET in .NET 4.0.
    • Discuss
    • 4. What are the Web Form Events available in ASP.NET?
    • Discuss
    • 5. Describe how to step through code in .NET.
    • Discuss
    • 6. Which namespaces in .NET are used for XML?
    • Discuss
    • 7. What technologies are being used in AJAX?
    • Discuss
    • 8. Which utility allows you to reference an assembly in an application?
    • Discuss
    • 9. How can different versions of private assemblies be used in the same application without a re-build?
    • Discuss
    • 10. How can you implement a condition in a workflow?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment