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 |
Name the property which is used to specify the source from where the crystal reports would be accessed.
Explain how to net forms the windows?
List out controls which does not have events?
What is the full form of gac?
If you are calling three SPs from a window application how do u check for the performance of the SPS ?
1 Answers Accenture, BirlaSoft,
what is acomponent in windows applications?
What is a fillable form?
How many system controls are available ?
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
What is the use of form?
Name the two main categories of .net components.
Explain the need of z-order method?