what are the diffrences between windows application and
windows service?
Answers were Sorted based on User's Feedback
Answer / s
windows service is used for back end processing like
printing,creating setup of CD.it is not used for Gui
application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishnu
Windows Services are applications that continuously run in
the background. Windows services run in their own Windows
Sessions. These services automatically start when the
computer boots and can be paused & restarted at any time
while the computer is running. In addition, these services
do not have any user interface.
Windows Application are also applications that has user
interface & it can interact with the user with the help of GUI.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the synonym of form?
how can u split a column header in gridview using C#.net
What is the difference between pixels, points, and em’s when fonts are displayed?
HOW TO NET FORMS THE WINDOWS
What is the use of lock keyword in C#?
What are the forms of graphics?
How many system controls are available ?
how see report periviwe
How do you apply specific formatting to the data inside the cells?
What are the properties of datacontrol?
Which property of the errorprovider control automatically sets to the form to which?
What is the need of tabindex property is label control?