⟩ Can you declare an override method to be static if the original method is not static?
No. The signature of the virtual method must remain the same. (Note: Only the keyword virtual is changed to keyword override)
No. The signature of the virtual method must remain the same. (Note: Only the keyword virtual is changed to keyword override)
Explain what relationship is between a Process, Application Domain, and Application?
What are possible implementations of distributed applications in .NET?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What’s a proxy of the server object in .NET Remoting?
What are remotable objects in .NET Remoting?
What are channels in .NET Remoting?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is a formatter in .NET?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What’s SingleCall activation mode used for in .NET?