Explain threading types?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
How can you debug failed assembly binds?
What are the ways to configure remoting objects before client can use them?
When we use web service and when we use Remoting?
Explain Singleton design pattern of Remoting?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
How to decide which to use .net remoting or asp.net web services?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
Explain threading types?
Which one is better WebService and Remoting ?