单项选择题
You are creating a Windows Forms application by using the .NET Framework 3.5. You have resource files in five different languages. You need to test the application in each language. What should you do?()
A.Set the CurrentCulture property explicitly to the respective culture for each language.
B.Set the CurrentCulture property explicitly to IsNeutralCulture for each language.
C.Set the CurrentUICulture property explicitly to IsNeutralCulture for each language.
D.Set the CurrentUICulture property explicitly to the respective culture for each language.
点击查看答案
相关考题
-
单项选择题
YouarecreatingaWindowsFormsapplicationbyusingthe.NETFramework3.5Theapplicationisusedbyafinancialserviceprovider.YoudiscoverthattheserviceprovidertransferslargeamountsofdatabyusingXML.YouneedtoreadandvalidatetheXMLdocumentsinthemosttimeefficientmanner.Whichtechnologyshouldyouuse?()
A.The XmlReader class
B.The XmlDocument class
C.The XmlResolver class
D.The LINQ to XML method -
单项选择题
You are creating a Windows Forms application for a courier company by using the .NET Framework 3.5.You create a form that allows customers to track the progress of their shipments.The form contains the following elements: (1)A text box named txtTN that allows users to enter a tracking number (2)An ErrorProvider control named ErrorProvider1 that informs users of an invalid tracking number (3)A function named ValidTrackingNumber that validates tracking numbers You need to ensure that the txtTN text box is validated, which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
You are creating a Windows Forms application by using the .NET Framework 3.5. You use LINQ expressions to read a list of customers from the following XML file. You need to obtain a list of names of customers who are 21 years of age or older. Which code segment should you use?()
A.A
B.B
C.C
D.D
