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
Differences between namespace, class, assembly?
What's wrong with a line like this? Datetime.parse(mystring);
What is the difference between constants and read-only variables?
What is the difference between a debug and release build?
What is typical about a windows process in regards to memory allocation in dot net?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Explain how garbage collection works?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Why inheritance is important?
Explain what is a manifest in .net?
Explain me what are the deferred execution and the immediate execution in linq?
What is an exe and a dll?
What does il do?
What is .net assembly?
Explain the difference between asp.net & vb.net and explain architecture?