nerdexam
Microsoft

70-515 · Question #78

You use the ASP.NET Web Application template to create an application in a new Visual Studio solution. The project uses types that are defined in a class library project. Source code for the class…

The correct answer is B. Add the class library project to the solution. See the full explanation below for the reasoning.

Question

You use the ASP.NET Web Application template to create an application in a new Visual Studio solution. The project uses types that are defined in a class library project. Source code for the class library is frequently modified. You need to ensure that classes in the Web application project always reference the most recent version of the class library types. What should you do?

Options

  • AAdd the class library project to the solution.
  • BAdd the class library project to the solution.
  • CAdd a post-build step to the Web application project that copies the most recent version of
  • DAdd a post-build step to the class library project that copies the most recent version of the

How the community answered

(60 responses)
  • A
    3% (2)
  • B
    83% (50)
  • C
    10% (6)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice