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 |
Different levels of priority provided by .net.
Explain what do the terms “boxing” and “unboxing” mean?
What is meant by managed and unmanaged code?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
How many types of exception handlers are there in .NET?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
When would you use .NET Remoting and when Web services?
What are the providers available with VS.NET ?
Explain the difference between constants and read-only variables?
Explain the Difference between value and reference type.
Explain webfarm vs webgardens in .net?
Explain the difference between asp.net and asp?