exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 35 discussion

Actual exam question from Microsoft's 70-483
Question #: 35
Topic #: 2
[All 70-483 Questions]

You are developing an application that produces an executable named MyApp.exe and an assembly named MyApp.dll.
The application will be sold to several customers.
You need to ensure that enough debugging information is available for MyApp.exe, so that if the application throws an error in a customer's environment, you can debug the error in your own development environment.
What should you do?

  • A. Digitally sign MyApp.dll.
  • B. Produce program database (PDB) information when you compile the code.
  • C. Compile MyApp.exe by using the /unsafe compiler option.
  • D. Initializes a new instance of the AssemblyDelaySignAttribute class in the MyApp.dll constructor.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
supersunny
Highly Voted 5 years, 10 months ago
B is the correct answer.
upvoted 15 times
...
AbeIndigo
Most Recent 4 years, 11 months ago
Its Produce Debug Database not program
upvoted 2 times
AbeIndigo
4 years, 11 months ago
Program Debug Databse
upvoted 4 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...