MCQ
Single Best Answer
Easy
QWhich operation forces a build of all elements, regardless of whether they have changed or not?
ID: #9336
Module 1: Introduction to Visual Studio
172 views
Question Info
#9336Q ID
EasyDifficulty
Module 1: Introduction to Visual StudioTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
Justification:
- A project build will perform a build on only the elements in a project that have changed.
- A model build will perform a build on only the elements that have changed in particular package where the model resides.
- Performing a project rebuild will force a build of all elements within the project, regardless of whether they have changed.
Related Lesson: Performing Builds
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic