Developing ASP.NET MVC Web Applications — Question 90
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?
Answer options
- A. Gacutil.exe
- B. Al.exe
- C. Ildasm.exe
- D. Ilasm.exe
Correct answer: B
Explanation
The correct tool for building satellite assemblies is Al.exe, which is specifically designed for this purpose. Gacutil.exe is used for managing the Global Assembly Cache, while Ildasm.exe and Ilasm.exe are for disassembling and assembling managed code, respectively, and are not suitable for creating satellite assemblies.