相关考题

单项选择题 您正在开发一个很大的.NET Framework2.0应用程序所需的特定于区域性的信息提供支持。你必须解析为自定义区域性生成的日期和时间的字符串,并帮助分析操作成功为了分析成功您设计了分析模式。另外,虽然您选择了使用的字符串进行分析的方法但您必须防止操作失败。你应该做什么?()

单项选择题 您正在开发.NET 框架 2.0 Windows 窗体应用程序将使用的几个Certkiller.com 用作担保品的工作站上的几个国家的雇员。应用程序需要完全支持自定义的基于用户的首选项的用户界面像语言的货币、 日期和时间格式。您要编写代码,将比较两名雇员,存储在名为 employee1 和 employee2 的变量的名称。您是需要确保正确的比较,同时照顾的选择的区域设置。你应该做什么?()

单项选择题 You work as an application developer at Certkiller .com. You have been asked to profile a business application that can be accessible using the Event Log API. You have started by adding the following code to create a custom event log:  if (EventLog.SourceExists ("Application1"))  EventLog.DeleteEventSource ("Application1");  //Create new event log  EventLog.CreateEventSource ("Application1", "Profile");  You need to write an event to the Application1 event log. What code must you use?()