PrepAway - Latest Free Exam Questions & Answers

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.)

PrepAway - Latest Free Exam Questions & Answers

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.

5 Comments on “Which two actions should you perform?

  1. Mediterrano says:

    A and D are correct answers

    “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)

    also, the question about testing, debugging, stack trace, line numbers etc,
    there is not a single word about release so therefore the answer B is wrong




    2



    0
  2. Elvis says:

    Which answer is finally correct? B D or A D. This requment is confused me: “You need to configure the project to avoid changing individual configuration settings every
    time you deploy the application to testers.”. This requement seems would need include B together with D .




    0



    0

Leave a Reply