Which two actions should you perform?

You are developing an application by using C#.

You have the following requirements:

• Support 32-bit and 64-bit system configurations.

• Include pre-processor directives that are specific to the system configuration.

• Deploy an application version that includes both system configurations to testers.

• Ensure that stack traces include accurate line numbers.

You need to configure the project to avoid changing individual configuration settings every time you deploy the application to testers.

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A . Update the platform target and conditional compilation symbols for each application configuration.
B . Create two application configurations based on the default Release configuration.
C . Optimize the application through address rebasing in the 64-bit configuration.
D . Create two application configurations based on the default Debug configuration.

Answer: A, D

Explanation:

A: “include pre-processor directives that are specific to the system configuration”

system configuration here refers to bitness ie 32-bit or 64-bit

so the developer wants to use in code different pre-processor directives for 32/64 bit,

this is achieved by defining and using conditional compilation symbols for different platform targets (platform target is VS term for bitness ie for 32/64 bit).

D (not B): The question about testing, debugging, stack trace, line numbers etc. There is not a single word about release

Latest 70-483 Dumps Valid Version with 288 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments