Answer Posted / guest
Remotable objects are the objects that can be marshaled
across the application domains. You can marshal by value,
where a deep copy of the object is created and then passed
to the receiver. You can also marshal by reference, where
just a reference to an existing object is passed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain the main components in .net?
How does u handle this COM components developed in other programming languages in .NET?
Explain asp.net?
Explain the process of compilation in .NET?
Explain what is an application domain?
What is concurrency? How will you avoid concurrency when dealing with dataset?
How many types of transactions are there in com + .net ?
Which Namespace is used to to achieve MultiThreading in .NET?
Tell us what is the difference between struct and class?
What's wrong with a line like this? Datetime.parse(mystring);
How com+ related to the dna architecture?
What is the difference between web application and enterprise application?
Please explain what is heap and what is stack?
What do you mean by Driver Script?