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 Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
Explain the garbage collection process?
What is garbage collection and how it works ?
What is the difference between encrypting a password and applying a hashing?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What does .net stand for?
Explain the code behind wors and contrast that using the inline style.
Is .NET a runtime service or a development platform?
What is managed code execution?
What is view state in .net?
Explain what is immutability, what is it for and how is it codified?
Explain what is the difference between web application and enterprise application?