Where?s Windows service database located?
Answers were Sorted based on User's Feedback
Answer / swapna
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ansar hussain.m
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
these are services in registry editor but windows services which you can configure is start -> run-> services.msc these are the services available for windows however you can find them in regedit also but you can configure from here itself
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the garbage collection process?
Please tell us what is the difference between override and overload in a method?
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?
What is machine.config in .net?
How is .net able to support a lot of languages?
Explain about Behavioral design pattern?
State some of the different languages supported by .net?
What is Full trust permission set in .Net
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What are the differences in C# .Net and ASP .Net.
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is an exe and a dll?