what are the diffrences between windows application and
windows service?
Answer Posted / 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 |
Post New Answer View All Answers
Which method grants a lock on a resource?
Explain how insert record in the database?
What are controls in windows forms?
What is a fillable form?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
What is a windows forms application?
What are window applications?
Explain how to get records from a database?
Explain the need of z-order method?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is form application?
What is form and its types?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
What is the use of play() playlooping() functions?
Name the property which is used to specify the source from where the crystal reports would be accessed.