Describe the start-up process for a Windows service.



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

Post New Answer

More Dot Net General Interview Questions

Do you know what is linq?

0 Answers  


Tell us the difference between managed and unmanaged code?

0 Answers  


What is a web service in .net?

0 Answers  


What is an assembly? What are the different types of assemblies?

0 Answers  


What is RCW (Run time Callable Wrappers)?

0 Answers  






How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

0 Answers  


Do you know what is .net standard?

0 Answers  


Explain the difference between static page and dynamic page?

0 Answers  


What are the contents of assembly?

4 Answers  


How to implement DataGrid in .NET?

1 Answers   InfoPro,


Explain the difference between asp.net & vb.net and explain architecture?

0 Answers  


How can you instantiate a tuple?

0 Answers  


Categories