70-511 · Question #86
70-511 Question #86: Real Exam Question with Answer & Explanation
The correct answer is A. Add the following code segment to the AssemblyInfo file.. Apply this attribute to your main assembly, passing it the name of the default culture whose resources are embedded in the main assembly. Optionally, you can pass a member of the UltimateResourceFallbackLocation enumeration to indicate the location from which to retrieve fallback
Question
Options
- AAdd the following code segment to the AssemblyInfo file.
- BAdd the following code segment to the Application constructor.
- CAdd the following code segment to the AssemblyInfo file.
- DAdd the following code segment to the Application constructor.
Explanation
Apply this attribute to your main assembly, passing it the name of the default culture whose resources are embedded in the main assembly. Optionally, you can pass a member of the UltimateResourceFallbackLocation enumeration to indicate the location from which to retrieve fallback resources. Using this attribute is strongly recommended. us/library/system.resources.ultimateresourcefallbacklocation(v=vs.100).aspx us/library/system.resources.neutralresourceslanguageattribute(v=vs.100).aspx
Community Discussion
No community discussion yet for this question.