PrepAway - Latest Free Exam Questions & Answers

9 Comments on “Which method should you use?

  1. MNN says:

    It must be B.
    D will throw compile error.
    A is already implemented in code(Application Structure).
    “The RESTful API of the bookstore must expose the following endpoints
    Get list of all book and get book by id”.

    Between B and C.
    “application to be able to find books by using an ad hoc query.”
    http://stackoverflow.com/questions/252785/what-is-the-difference-between-iqueryablet-and-ienumerablet/25664959
    According to upper article I thing that right answer is B – IQueryble




    0



    1
  2. FigArt says:

    D – returns enough to be able to perform adhoc queries on the data. A and B are doing GetById, which is not what the question is asking for, and C returns IEnumerable which can’t be queried




    1



    0

Leave a Reply