多项选择题
A.Add code to the default constructor of the Service class to monitor the free space on the hard disk drive.
B.Add code to the OnStart method of the Service class to monitor the free space on the hard disk drive.
C.Add an instance of the System.Windows.Forms.Timer class to the Service class and configure it to fire every minute.
D.Add an instance of the System.Timers.Timer class to the Service class and configure it to fire every minute.
E.Add code to the OnStart method of the Service class to start the timer.
F.Add code to the Elapsed event handler of the timer to monitor the free space on the hard disk drive.
G.Add code to the Tick event handler of the timer to monitor the free space on the hard disk drive.
单项选择题 您最近创建的业务应用程序引用另一个强名称程序集命名library.dll,并将其部署到Certkiller.com的所有用户。 之后,测试应用程序的性能,您选择升级到1.1.0.0的程序集的版本。 您需要确保新版本将不会影响任何Certkiller.com的当前用户的通过将适当的元素添加到应用程序配置文件中的assemblyBinding元。 您应添加哪些元素?()
单项选择题 You develop a service application that needs to be deployed. Your network administrator creates a specific user account for your service application.You need to configure your service application to run in the context of this specific user account. What should you do?()
单项选择题 您最近向所有用户创建和部署使用.NET1.1CLR开发的应用程序,管理员更新所有用户的计算机并且安装了NET2.0CLR,运行初步测试并发现使用您创建的应用程序。网1.1CLR不兼容。NET2.0CLR。您需要确保可以与运行应用程序。网1.1CLR。你应该做什么?()