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 |
When should I use .net core?
What versions of .net are there?
Explain different types of cookies in .NET?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is an Interface? Have you ever developed an Interface.
What is close method? How its different from finalize and dispose?
What is use of ContextUtil class?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Will my .net app run on 64-bit windows?
What is the difference between asp.net & vb.net and explain architecture?
Types of JIT and what is econo-JIT ?
What are HTML controls, Web controls, and server controls?