About .NET Remoting and types of remoting ?
Answer Posted / praveen
NET Remoting is an enabler for application communication.
It is a generic system for different applications to use to
communicate with one another. .NET objects are exposed to
remote processes, thus allowing interprocess communication
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Elaborate the term WebService and how it differ from Remoting?
What is unboxing?
what are the requirements to enable remote components to interact each other?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
How to decide which to use .net remoting or asp.net web services?
What is objref object in remoting?
What is a formatter in .net remoting?
What do you mean by passport authentication?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are static assemblies and dynamic assemblies?
What is the purpose of strong name?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Explain how to perform remoting?
Explain the hierarchial description of remoting?
Can you pass SOAP messages through remoting?