Describe the start-up process for a Windows service.
Answer Posted / swapna
Main() is executed to create an instance of a Web service,
then Run() to launch it, then OnStart() from within the
instance is executed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please explain what is the difference between constants and read-only variables?
How to convert a .NET object into COM operabililty?
What is the difference between web application and enterprise application?
What is static constructor, when it will be fired? And what is its use?
Explain Creational design pattern in .NET?
What is web.config in .net?
Tell us the differences between an interface and an abstract class in .net?
Is there any attempt system for microsoft technology papers?
Tell us what is the difference between struct and class?
How is meant by dll in .net?
Explain the garbage collection process?
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?
What is the difference between imperative and interrogative code?
How is .net able to support a lot of languages?
What do you mean by Driver Script?