What are possible implementations of distributed
applications in .NET?
Answer Posted / amarjeet singh
By Using .Net Remoting and Web Services.But now we can use
WCF to implement distributed application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When should we choose .net remoting over .net web services?
What are the threading types?
What do you mean by passport authentication?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is objref object in remoting?
What are static assemblies?
What are the ways to configure remoting objects before client can use them?
Name the distributed systems available apart from .net remoting?
What is the purpose of strong name?
Which one is better WebService and Remoting ?
How to directly call a native function exported from a dll?
Which Namespaces is used to achieve the Remoting?
Explain when we use web service and when we use remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain Singleton design pattern of Remoting?