PrepAway - Latest Free Exam Questions & Answers

You are developing an application that supports multiple cultures.

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

Explanation:

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 /ou

t:MyApp.resources.dll

References: https://technet.microsoft.com/en-us/library/21a15yht(v=vs.85)

One Comment on “You are developing an application that supports multiple cultures.

  1. mohamadalibrahim1 says:

    You use Resource File Generator (Resgen.exe) to compile text files or XML (.resx) files that contain resources to binary .resources files.

    You then use Assembly Linker (Al.exe) to compile .resources files into satellite assemblies. Al.exe creates an assembly from the .resources files that you specify. Satellite assemblies can contain only resources; they cannot contain any executable code.




    3



    0

Leave a Reply