Saturday, April 30, 2011

.NET/ASP.NET Interview Question - Explain about WebServices and also mention difference between webservice and Remoting ?

Answer:
WebServices is a cross platform where we can invoke object which are lying on
different server or different georphical location.

Both WebService and Remoting are used for same Purpose but the difference in
Remoting is that both the server and client should be .NET platform while in
WebService the server and client can be in different platform.


Remoting is faster than WebService.

WebService can be access only through http protocol but Remoting can access by
any kind of protocol like TCP,HTTP,SMPT,FTP.


Please click here to see more .NET/ASP.NET interview questions
Regards,

Visit Authors blog for more .NET/ASP.NET interview questions

No comments: