what are the diffrences between windows application and
windows service?

Answers were Sorted based on User's Feedback



what are the diffrences between windows application and windows service?..

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

what are the diffrences between windows application and windows service?..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

What is the extension of a compiled help project file?

0 Answers  


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

0 Answers  


What is the use of play() playlooping() functions?

0 Answers  


what is acomponent in windows applications?

2 Answers  


Explain how barcode create in the report?

0 Answers  


What are the different types of indexes in SQL Server?

3 Answers   Arctern,


What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?

1 Answers  


What is the use of form?

0 Answers  


How do I change the console application in windows?

0 Answers  


Which property value of the helpnavigator property will display the index for a specified topic?

0 Answers  


What is the synonym of form?

0 Answers  


where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


Categories