What are possible implementations of distributed
applications in .NET?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between remoting and webservice?
What is a formatter in .net remoting?
What technology enables out-of-proc communication in .NET ?
What are the differences between Marshal by value and Marshal by reference?
Define singlecall activation mode in .net remoting?
When we use web service and when we use Remoting?
Difference between remoting and web service ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
How to decide which to use .net remoting or asp.net web services?
what are the various type of channels used by .Net remoting and which is the best one?
How can you configure a .net remoting object via xml file?
How can objects in two diff. App Doimains communicate with each other ?