READ Free Dumps For Microsoft- 70-486
Question ID 14744 | You are developing an application that uses many small images. |
Option A | Preload all the images when the application starts to ensure that the images are cached. |
Option B | Convert the images to ICO file format and stream all images on a single connection. |
Option C | Host all images on a Microsoft Azure web role with multiple instances. |
Option D | Combine all the images into a single image and use CSS to create sprites. |
Correct Answer | D |
Question ID 14745 | You are designing a localized ASP.NET application to support multiple cultures. |
Option A | Use a resource (.resx) file. |
Option B | Include language-specific content in the assembly manifest. |
Option C | Use Systems.Collections.Generics.Dictionary to store alternative translations. |
Option D | Ensure that all strings are marked internal. |
Correct Answer | A |