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
Explain the difference between managed and unmanaged code?
How to create a key pair in .net?
State the various features present in .NET?
Please explain what is heap and what is stack?
Please explain what is the .net framework and how does it work?
Which namespace does it belong to by default?
How you apply a theme in whole application in .Net?
What are asp.net authentication providers and iis security?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
How many types of design patterns available in .NET?
Why do we use the “using” statement?
How to get the number after decimal point in .net?
How do you define the lease of the object in .net?
State some of the different languages supported by .net?
what is prototype design pattern in .net