What?s different about a Windows service as compared to a
regular application?
Answer / swapna
Windows services must support the interface of the Service
Control Manager (SCM). A Windows service must be installed
in the Windows service database before it can be launched.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Server.Transfer and Response.Redirect?
What is the use of design pattern?
What are the purposes of using .net?
What is the difference between encrypting a password and applying a hashing?
Please explain what do the terms “boxing” and “unboxing” mean?
What is a formatter?
Explain what relationship is between a process, application domain, and application?
Elements of CAS
Explain the process of compilation in .NET?
C++ & C# differences ?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Explain me how does linq work?