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 extension of a compiled help project file?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
What is the use of play() playlooping() functions?
what is acomponent in windows applications?
Explain how barcode create in the report?
What are the different types of indexes in SQL Server?
What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?
What is the use of form?
How do I change the console application in windows?
Which property value of the helpnavigator property will display the index for a specified topic?
What is the synonym of form?
where we are using NEW keyword other than create instance Pls Help me? Gopal