How is development of a Windows service different from a
Windows Forms application?



How is development of a Windows service different from a Windows Forms application?..

Answer / swapna

A Windows service typically does not have a user interface,
it supports a set of commands and can have a GUI that?s
built later to allow for easier access to those commands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is RCW (Run time Callable Wrappers)?

2 Answers  


What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

0 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


What is .net debug & trace?

0 Answers  


How to store and retrieve images in SQL server database through VB.NET?

1 Answers  






Explain how to rename a table using sql queries?

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


Is there any attempt system for microsoft technology papers?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


What is close method? How its different from finalize and dispose?

0 Answers  


How is a managed code executed?

1 Answers  


Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

0 Answers  


Categories