You are creating an application that presents users with a graphical interface in which they
can enter dat
a. The application must run on computers that do not have network connectivity.
Which type of application should you choose?
A.
Console-based
B.
Windows Forms
C.
Windows Service
D.
ClickOnce
Explanation:
Use Windows Forms when a GUI is needed.