⟩ What debugging tools come with the .NET SDK?
1. CorDBG – command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR.
1. CorDBG – command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR.
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?
What’s Singleton activation mode in .NET?
How do you define the lease of the object in .NET?
Can you configure a .NET Remoting object via XML file?