Describe the start-up process for a Windows service.
Answer / 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 |
How to Create and Consume a Web Service?
Explain why do we use the “using” statement?
What is the purpose of delegates in .net?
What is singlecall activation mode used for in .net?
Describe the Managed Execution Process
What is shared and repeatable inheritance?
What is a .net class?
What is COM Interoperability in .NET
Explain the difference between public and static modifiers?
What distributed process frameworks outside .NET do you know?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain what is a delegate?