What are remotable objects in .NET Remoting?
Submitted by: AdministratorRemotable 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.
Submitted by: Administrator
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | What is an Intermediate language? |
☺ | What is Viewstate in .NET? |
☺ | What is "Common Language Specification" (CLS) in .NET? |
☺ | How is meant by DLL in .NET? |
☺ | What is Reflection in .NET? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |