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
Explain what is clr?
What are the features of asp.net mvc?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Define common type system?
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?
Define transparent caching with aop?
How do you deploy your asp.net application?
What is server infrastructure?
What is a page life cycle? What are the events in a page life cycle?
Tell me the code snippet to show how we can return 404 errors from HttpError?
In which event of the page viewstate is available?
How to Separate background image and front image from original picture....
What is the full form of asp.net?
What is .net framework and what are the main components of it?