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 |
What is the use of gacutil.exe?
Explain how to spawn a thread?
What are the different parts of an Assembly in .Net?
what is dotnet architecture? can anyone explain that.
What tools is used to develop .NET applications?
Is .net core free?
What is singlecall activation mode used for in .net?
What is the use of system.diagnostics.process class in .net?
Where does the dispose method lie and how can it be used to clean up resources?
Please explain what is the difference between constants and read-only variables?
What are virtual destructures?
Where?s Windows service database located?