Microsoft Exam Questions

Which of the following is the action you should take?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You are in the process of writing debug code that must include an attribute that makes the
execution of a method dependent on a preprocessing identifier.
Which of the following is the action you should take?

A.
You should consider making use of the Obsolete attribute.

B.
You should consider making use of the Conditional attribute.

C.
You should consider making use of a custom attribute.

D.
You should consider making use of a global attribute.

E.
You should consider making use of a Visual Basic attribute.

Explanation: