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
Difference between .net remoting versus distributed com?
Are you aware of containment and Aggregation ?
How to directly call a native function exported from a dll?
what is Client-activated object in remoting?
What are static assemblies and dynamic assemblies?
Define proxy in .net remoting?
what are the requirements to enable remote components to interact each other?
define client activated objects (cao)?
What are static assemblies?
What do you mean by passport authentication?
What is fundamental of published or precreated objects in remoting?
What are the types of remotable objects?
Define singleton activation mode in .net remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Explain Singleton design pattern of Remoting?