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 Entity Relationship Model in .NET?
What is the standard you use to wrap up a call to a Web service
Is string a value type or a reference type?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is the difference between server.transfer and response.redirect? Why?
Please explain what is immutability, what is it for and how is it codified?
When a Static Constructor called in .NET?
What is an assembly? What are the different types of assemblies?
ctype(123.34,integer) - should it throw an error? Why or why not?
Which namespace is the base class for .net Class library?
What is "common language specification" (cls) in .net?
What makes .net core cross platform?