Showing posts with label Remoting. Show all posts
Showing posts with label Remoting. Show all posts

Can you configure a .NET Remoting object via XML file?

Friday, August 7, 2009


Yes.


www.codecollege.NET

What is marshalling? What are the types of marshalling?

Thursday, August 6, 2009


Marshalling is the process in which the data is serialized at one application domain and deserialized at the another application domain or vice versa.
Types :
1. Marshal by value
2. Marshal by reference


www.codecollege.NET

What namespace is responsible for remoting in Dot Net?

Tuesday, August 4, 2009


System.Runtime.Remoting



www.codecollege.NET

What are two different types of remote object creation mode in .NET ?


Object can be created using Remoting in two different ways , they are :
1. SAO (Server Activated Objects)
It is also called as Well-Known call mode. It is stateless.
2. CAO (Client Activated Objects)
It has state.



www.codecollege.NET

What is .NET Remoting ?

Monday, July 27, 2009


MS .NET Remoting provides a framework through which objects in different application domains can interact with each other.



www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books