When would you use .NET Remoting and when Web services?
Answer / guest
Use remoting for more efficient exchange of information when
you control both ends of the application. Use Web services
for open-protocol-based information exchange when you are
just a client or a server with the other end belonging to
someone else
| Is This Answer Correct ? | 1 Yes | 0 No |
How to write an MMC snap-in for my Windows service?
Explain how to produce an assembly?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is RPC? What is the use of it?
Which namespace does it belong to by default?
Can any object be stored in a viewstate in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
State some of the different languages supported by .net?
Why inheritance is important?
Explain about .Net products?
ctype(123.34,integer) - should it throw an error? Why or why not?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.