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
Example from .net. Integer & struct are value types or reference types in .net?
What is il in vb.net?
Which dll is required to translate xml to sql in internet information server (iis)?
What is different between webusercontrol and in webcustomcontrol?
How will you load dynamic assembly? How will create assemblies at run time?
Explain what is the difference between response.redirect & server.transfer?
What are the properties of ADO.NET?
How viewstate is being formed and how it's stored on client in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
How to get the number after decimal point in .net?
Explain me how does linq work?
What is the single responsibility principle?
How to debug failed assembly binds?
What is garbage collection in .net? Explain the garbage collection process?
What is 'Common Type System' (CTS) in .NET?