Chapter 5 Flashcards
Use the \_\_\_\_\_\_\_\_\_ property of the ServiceInstaller class to specify a brief comment that explains the purpose of the service.
Description
The \_\_\_\_\_\_\_\_\_ property of the \_\_\_\_\_\_\_\_\_ class indicates the account type under which a Windows service will run.
Account, ServiceProcessInstaller
The \_\_\_\_\_\_\_\_\_ property of the EventLog class is used to specify the application name to use when writing to an event log
Source
_________ allows you to reuse existing functionality and layout for Windows Forms.
Visual inheritance
_________ applications are applications in which multiple child windows reside under a
single parent window.
Multiple document interface (MDI)
A(n) _________ is ideal for creating long-running applications that run in the
background and do not have any user interface
Windows service
_________ do not have a graphical user interface and use a text-mode console window
to interact with the user.
Console-based applications
_________ applications provide their own window management functionality, whereas
_________ applications rely on the operating system for window management.
multiple document interface (MDI), single document interface (SDI)
A delegate can be bound to any method whose signature matches that of the ________.
delegate declaration
The _________ can be bound to more than one method, allowing one-to-many
notifications when an event is fired
multicast delegates