when to use webservice and when to use remotong diff
between them

Answers were Sorted based on User's Feedback



when to use webservice and when to use remotong diff between them..

Answer / sanjjay raj

Webservice is used to host our applications(software or
programs) over Internet, so that others can use them or the
Clients of Our Website can use them.

whereas Remoting is used to Connect remote systems or
server in order to Communicate Online or Offline depending
on the Connectivity. ( eg: Yahoo Messenger where we can
Chat Online or send Offline messages to Our friends or
Contacts)

Is This Answer Correct ?    11 Yes 1 No

when to use webservice and when to use remotong diff between them..

Answer / karthik chokkalingam

Both webservices and remoting support developing
distributed application and application integration but you
need to consider how they differ before choosing one
implementation on other.

For the application that requires interoperability
(services developed in multiple platforms to interact) -
best bet is web services.

If performance is key priority for your application then
you can use Remoting.

Is This Answer Correct ?    3 Yes 0 No

when to use webservice and when to use remotong diff between them..

Answer / kotu

Both Webservices and Remoting are used to developing
distrubuting Application. Among these,

WebServices are provide Functionality other Platforms
like Unix,Linex. Means Webservices are return data in from
of XML Formate. This is the Universal formate. All
Languages supports XML. So Webservices is better, When
these are Communicating othere Technologies.

Remoting are provide Functionality for Sampe
Application.Means .NET Application. These are not Suppoting
Other Platforms.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain about asp.net caching?

0 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


True or False: To test a Web service you must create a windows application or Web application to consume this service?

1 Answers  


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


What is application session?

0 Answers  






What is reflection and disadvantages of reflection ?

2 Answers   CTC, Microsoft,


How does session authentication work?

0 Answers  


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,


what is Theme in Asp.net 2.0

1 Answers   Syntel,


What are the memory-mapped files?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred? Why?

2 Answers  


Categories