You are employed as a developer at ABC.com. You have received instructions to create a new
application for entering data.
You have been informed that users will enter data via a keyboard or a bar-code scanner.
Furthermore, an image of an item must be displayed onscreen as soon as a code is entered.
To keep an eye on communication with the bar-code scanner, the application must log its
operation to a console window.
Which of the following actions should you take?
A.
You should consider creating a Windows Service application project, and configuring the
Output type as Console Application.
B.
You should consider creating a Windows Forms application project with the Output type set to
Console Application.
C.
You should consider creating a Web application project with the Output type set to Windows
Forms Application.
D.
You should consider creating a Console Application project with the Output type set to
Windows Forms.
B.