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?

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

Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


Why is xap important?

0 Answers  


How to add DateTime Control in normal DataGrid Server Control?

0 Answers  


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are Http handler ?

6 Answers   Accenture, BirlaSoft, Satyam, Syntel,


What are demand-paging and pre-paging?

0 Answers   MCN Solutions,


Which browsers support the xmlhttprequest object?

0 Answers  


How many web config files can be created for an application?

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


How do you register a .NET assembly?

3 Answers   Microsoft,


How does a content page differ from a master page?

0 Answers  


Categories