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 are static assemblies?
What is objref object in remoting?
Where is global assembly cache located on the system?
What are the information required to configure remote objects?
What are the steps to publish an object outside the service domain
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
Explain the Flow of remoting?
Can you configure a .NET Remoting object via XML file?
Threading Types ?
Explain when we use web service and when we use remoting?
what is Client-activated object in remoting?
Which namespace is used for encryption ?