How is development of a Windows service different from a
Windows Forms application?
Answer Posted / 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 |
Post New Answer View All Answers
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Explain Different kinds of methods?
Explain what is a delegate?
Tell us why do we use the “using” statement?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
How to create a key pair in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Explain clr, cts and cls?
What are the differences between com architecture and.net architecture?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Explain the difference between public and static modifiers?
What is the best way to crack the certification?
What is 3 tier architecture?
Explain what is an application domain?
Should I implement finalize on my class? Should I implement idisposable?