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’s typical about a Windows process in regards to memory allocation in .NET? |
☺ | What is "Common Language Runtime" (CLR) in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What does mean by .NET framework? |
☺ | How to achieve Polymorphism in VB.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. |