单项选择题
A.The XmlReader class
B.The XmlDocument class
C.The XmlResolver class
D.The LINQ to XML method
单项选择题 YouarecreatingaWindowsFormsapplicationbyusingthe.NETFramework3.5.Youhaveresourcefilesinfivedifferentlanguages.Youneedtotesttheapplicationineachlanguage.Whatshouldyoudo?()
多项选择题 YouarecreatingaWindowsFormsapplicationbyusingthe.NETFramework3.5.Youplantodeploytheapplicationinmultiplecountriesandlanguages.Youneedtoensurethattheapplicationmeetstheglobalizationrequirements.Whichtwoactionsshouldyouperform?()
单项选择题 You are creating a Windows Forms application by using the .NET Framework 3.5. The application requires a thread that accepts a single integer parameter. You write the following code segment (Line numbers are included for reference only.) Thread myThread = new Thread(new ParameterizedThreadStart(DoWork)) ; myThread.Start(100); You need to declare the method signature of the DoWork method. Which method signature should you use?()