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 window displays messages for the status of various features provided in the visual studio .net ide?
How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
Is windows an application software?
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 form based application?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is the use of runworkasync() methods?
How insert record in the database?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Name the property which is used to lock a textbox to enter data?
What is the difference between the add() and insert() methods of a listbox control?
Name the two main categories of .net components.
What is form and its uses?
Explain how insert record in the database?
What is dynamic linking?