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 |
How does you handle this COM components developed in other programming languages in .NET?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Describe the Managed Execution Process?
Is .NET a runtime service or a development platform?
What is an Exception? How many exceptions exist in Dot net and explain them?
When should I use .net core?
What is Meta Data? Explain Types of Assemblies
How is .net able to support multiple languages?
What is the advantage of .net core?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain about .Net products?
What is the difference between custom control and web control?