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 does you handle this COM components developed in other programming languages in .NET?
What is an assembly? What are the different types of assemblies?
Why inheritance is important?
Explain what is immutability, what is it for and how is it codified?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is static constructor, when it will be fired? And what is its use?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is Garbage Collection in .Net? Garbage collection process?
Is .net is a language?
What is .net debug & trace?