In which conditions do you opt for Remoting services?
Answer Posted / maruti tathe
I don't know what Sisir is talking about... Remoting is
something like web services. You might decide to opt for
Remoting instead of web services in following cases...
1) Client and server platform is fixed
2) Protocol is NOT fixed. (Like web services strictly work
on HTTP protocol)
3) Where object serialization is to be done strictly
through CLR.
4) Where platform is fixed i.e. .Net framework.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is fundamental of published or precreated objects in remoting?
Explain threading types?
What are the threading types?
Which Namespaces is used to achieve the Remoting?
what is Client-activated object in remoting?
Explain how does assembly versioning in .net prevent dll hell?
Explain Singleton design pattern of Remoting?
Is it a good design practice to distribute the implementation to remoting client?
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.
Elaborate the term WebService and how it differ from Remoting?
What is the purpose of strong name?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Types of compatabilities and explain them ?
What is unboxing?
Can you explain remoting?