CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 84: 70-483: MCSD Programming in C

You are creating an application that reads from a database. You need to use different databases during the development phase and the testing phase by using conditional compilation techniques. What should you do?

Nội dung câu hỏi

You are creating an application that reads from a database. You need to use different databases during the development phase and the testing phase by using conditional compilation techniques. What should you do?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Configure the assembly metadata to use the pre-existing public key for the assembly identity by using the AssemblySignatureKeyAttribute attribute.
  2. B. Disable the strong-name bypass feature of Microsoft .NET Framework in the registry.
  3. C. Configure the Define DEBUG constant setting in Microsoft Visual Studio. — đáp án hiện tại
  4. D. Decorate the code by using the [assembly:AssemblyDelaySignAttribute(true)] attribute.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề