What are possible implementations of distributed
applications in .NET?
Answer Posted / swapna
.NET Remoting and ASP.NET Web Services. In the Framework
Class Library, many classes are in System.Runtime.Remoting
and System.Web.Services.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Elaborate the term WebService and how it differ from Remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Name the distributed systems available apart from .net remoting?
Difference between web services & remoting?
Can you pass SOAP messages through remoting?
What are the situations you will use singleton architecture in remoting ?
What are the ways to configure remoting objects before client can use them?
Types of compatabilities and explain them ?
What is Remoting?
Explain serialization formatters in .net remoting
What is the proxy of the server object in .net remoting?
Define remotable objects in .net remoting?
Can we configure a .net remoting object via xml file?
Define delegates and events?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?