How is development of a Windows service different from a
Windows Forms application?
Answer Posted / 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 View All Answers
How to create a key pair in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Write the .net syntax for 'while loop'?
Please explain when should you use .net web forms over asp.net mvc?
Please explain what is the difference between a class and an object?
Describe session handling in a webform, how does it work and what are the limitations?
What is the need of OLE-automation?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Please explain what are an object and a class?
Do you know what is lambda expressions in c#?
What does mean by .net framework?
What is finalize method in .net?
Explain about .NET services?
Explain me what is .net web service?
Do you know what is garbage collector?