Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

About remoting and web services. Difference between them?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is clr?

1092


What are the features of asp.net mvc?

1039


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

1092


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

2518


Define common type system?

1023


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

1093


Define transparent caching with aop?

1172


How do you deploy your asp.net application?

1093


What is server infrastructure?

1171


What is a page life cycle? What are the events in a page life cycle?

936


Tell me the code snippet to show how we can return 404 errors from HttpError?

1324


In which event of the page viewstate is available?

927


How to Separate background image and front image from original picture....

1036


What is the full form of asp.net?

1095


What is .net framework and what are the main components of it?

882