About remoting and web services. Difference between them?

Answers were Sorted based on User's Feedback



About remoting and web services. Difference between them?..

Answer / madhavi latha

asp.net web services are accessed using HTTP only.while
remoting accessed over any protocal like TCP,SMTP,HTTP.

webservices are stateless,where as remoting has support
both stateless and with state,which is achieved using
singleton,singlecall.

singlecall:object doesn't maintain any state bitween calls.
bcoz it maintains instance instance for every call.

singleton:it maintains single instance for all client
request.it is useful when you need to maintain shared data
or resources b/w clients.ex:-windows media player

no need to build webservices in .net it allows other
platforms webservices also.where as remoting build in same
platform only.

Is This Answer Correct ?    3 Yes 0 No

About remoting and web services. Difference between them?..

Answer / krishna prasad

remoting ---(same platform )
webservices---(any platform)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


Explain client side state management system.

0 Answers  


How do I use a proxy server when invoking a web service?

0 Answers  


Difference between Active Exe and Activex dll ?

1 Answers   DELL,


How to make paging concepts in datagrid in ASP.NET?

0 Answers   Sans Pareil IT Services,






List the asp.net validation controls?

0 Answers  


What is the difference between ASP.NET Webforms and ASP.NET MVC?

0 Answers  


how to use html code in asp source code?

1 Answers  


Explain http handlers? Where we can use the http handlers?

0 Answers   Accenture,


is it possible to use web site without web server from remote place?

1 Answers   ABC, Mannar Company, Quadrant,


Why do we use web config?

0 Answers  


What are uri parameters?

0 Answers  


Categories