What are possible implementations of distributed
applications in .NET?
Answer Posted / swapna
.NET Remoting and ASP.NET Web Services. In the Framework
Class Library, many classes are in System.Runtime.Remoting
and System.Web.Services.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you pass SOAP messages through remoting?
What are dynamic assemblies?
When do we use delegates in your remoting applications?
Explain the differences between marshal by value and marshal by reference?
Difference between web services & remoting?
Can you explain remoting?
Define the lease of the object?
What is unmanaged code?
What is asynchronous programming?
When should we choose .net remoting over .net web services?
What are the different types of channels used by .net remoting?
Is it a good design practice to distribute the implementation to remoting client?
What are the security measures exist for .net remoting in system.runtime.remoting?
Write a example code for remoting?
Explain the Flow of remoting?