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

4. How do you plan to achieve these goals?

7 Answers   Burger King, Latest, Swatz Oils,


What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


WSDL means?

1 Answers   Siebel,


What is viewstate information stored?

1 Answers  


How many types of Stored Procedures in SQL Server

4 Answers   Mind Tree,


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


How would you enable impersonation in the web.config file?

1 Answers  


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1 Answers  


what is mean by framework?

3 Answers  


How do you do exception management?

1 Answers   Accenture, BirlaSoft,


What does ascx stand for?

1 Answers  


What are the asp.net objects? is it application obects, cache objests etc. or is it state managements, web services etc?

3 Answers   Syntel,


Categories