How do you start, pause, continue or stop a Windows service
off the command line?
Answer / swapna
net start ServiceName, net pause ServiceName and so on.
Also sc.exe provides a command-line interface for Windows
services. View the OS documentation or proper book chapters
on using sc.exe
| Is This Answer Correct ? | 0 Yes | 0 No |
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What are the important components of .net?
Explain code access security.
What is meant by globalization and localization?
Do you know what is linq?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Explain the process of serialization in .NET?
How is development of a Windows service different from a Windows Forms application?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What?s a proxy of the server object in .NET Remoting?
What are the different types of Classes in .NET?
.What is Marshaling?