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
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Difference between .net remoting versus distributed com?
What are the security features in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Which Namespaces is used to achieve the Remoting?
What is unmanaged code?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the channels in .net remoting?
Explain when we use web service and when we use remoting?
What is fundamental of published or precreated objects in remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Explain the hierarchial description of remoting?
Explain serialization formatters in .net remoting
Explain how to perform remoting?
Will clr handle unmanaged code or not?