How does the lifecycle of Windows services differ from Standard EXE?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

0 Answers  


You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

0 Answers  


How do I use the 'using' keyword with multiple objects?

0 Answers  


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

0 Answers  


Can we override constructor in c#?

0 Answers  






What is the difference between const and static read-only?

0 Answers  


What is the difference between yield and return?

0 Answers  


Explain About remoting and web services. Difference between them

0 Answers   Microsoft,


How to implement a singleton design pattern in c#?

0 Answers  


What is difference between int and int in c#?

0 Answers  


Explain the difference between directcast and ctype.

0 Answers  


Why do we need to override in c#?

0 Answers  


Categories