InterviewSolution
| 1. |
What are .NET Web services and .NET Remoting? Write the difference between them. |
||||||||||
|
Answer» .NET Remoting: It is a method that enables objects to communicate or interact with each other across application DOMAINS, processes, and machine boundaries, whether application components are present in one computer or different computers across the entire world. .NET Web service: It is a method that enables cross-platform integration by USING XML, HTTP, and SOAP for communication among two devices over WWW. It simply shares BUSINESS logic, processes, and data through programmatic interfaces across a network. Both of them are powerful TECHNOLOGIES that provide SUITABLE frameworks and thus support the development of distributed technologies and application integration. There is some difference between these two technologies as given below.
|
|||||||||||