How is development of a Windows service different from a
Windows Forms application?
Answer / swapna
A Windows service typically does not have a user interface,
it supports a set of commands and can have a GUI that?s
built later to allow for easier access to those commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the benefit of .net core?
Explain the difference between vb and vb.net?
What is alias ? Is it used in .Net ?
What is a formatter?
What security mechanisms to enforce for Authenticating and authorizing the users?
What is immutability?
Is .net 4.8 backwards compatible?
What is use of ContextUtil class?
Elements of CAS
what is the default security setting in .net?
What is the use of activex control in .net?
Can a try block have more than one catch block?