What are remotable objects in .NET Remoting?
Answer / 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 |
In code behind class, name the type of code found. Is it the server side code or client side code?
What are HTML controls, Web controls, and server controls?
What is the difference between web application and enterprise application?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the purpose of delegates in .net?
What are the contents of assembly?
What's wrong with a line like this? Datetime.parse(mystring);
What is multiThreading in .NET?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Describe the compilation process for .net code?
Explain about .Net products?
What are multicast delegates?