You need to compile CarBusinesLogic.dll by using Microsoft Visual Studio. Which attribute should you add before you compile the dynamic-link library (DLL)?
A.
System.Reflection.AssemblyConfigurationAttribute
Suggested Answer:B🗳️
Scenario: The CarBusinessLogic.dll assembly must be strongly-named. One way to sign an assembly with a strong name is by using assembly attributes to insert the strong name information into your code. You can use either the AssemblyKeyFileAttribute or the AssemblyKeyNameAttribute attribute, depending on where the key file to be used is located. Note: To sign an assembly with a strong name by using attributes ✑ Add the System.Reflection.AssemblyKeyFileAttribute or AssemblyKeyNameAttribute attribute to your source code file, and specify the name of the file or container that contains the key pair to use when signing the assembly with a strong name. ✑ Compile the source code file normally. References: https://msdn.microsoft.com/en-us/library/xc31ft41(v=vs.110).aspx
This section is not available anymore. Please use the main Exam Page.70-487 Exam Questions
Log in to ExamTopics
Sign in:
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.
zimzimzimma
4 years, 8 months agorad1s
4 years, 5 months ago