What is the difference between .Net Remoting and Web Services ?
Answer / abhijeet dubey
Although we can develop an application using both technologies, each of them has its distinct advantages. Yes you can look at them in terms of performance but you need to consider your need first. There are many other factors such authentications, authorizing in process that need to be considered.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where are shared assemblies stored?
Explain what is the relationship between a Process, Application Domain, and Application?
How to decide which to use .net remoting or asp.net web services?
What is the proxy of the server object in .net remoting?
How to perform Remoting?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What are the information required to configure remote objects?
What are possible implementations of distributed applications in .NET?
What are the different types of channels used by .net remoting and which is the best one?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
what is sitemap
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?