exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 32 discussion

Actual exam question from Microsoft's 70-486
Question #: 32
Topic #: 1
[All 70-486 Questions]

You are developing an application that supports multiple cultures.
The application must store localized content in satellite assemblies.
You need to build the satellite assemblies.
Which tool should you use?

  • A. Gacutil.exe
  • B. Al.exe
  • C. Ildasm.exe
  • D. Ilasm.exe
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Use the Assembly Linker (Al.exe) to compile .resources files into satellite assemblies. Al.exe creates an assembly from the .resources files that you specify. By definition, satellite assemblies can only contain resources. They cannot contain any executable code.
The following Al.exe command creates a satellite assembly for the application MyApp from the file strings.de.resources. al /t:lib /embed:strings.de.resources /culture:de /out:MyApp.resources.dll
References:
https://technet.microsoft.com/en-us/library/21a15yht(v=vs.85)

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Paula_21
4 years, 10 months ago
Answer is B
upvoted 4 times
...
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.

SaveCancel
Loading ...