when to use webservice and when to use remotong diff
between them
Answer Posted / 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 View All Answers
What is preprocessor in .net and type, where it use?
How does output caching work in ASP.NET?
What is difference between inproc and outproc?
How would you turn off cookies on a page of a website?
Which platform does Microsoft .NET use for exchanging data between applications?
What are the different types of proxy patterns?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is a 307 redirect?
What are the steps to follow to host a web application on a web server?
how can create login from create and written conde in asp.net
What is the difference between page directive include and action tag include?
Do you support digital rights management to protect my videos?
How can I open ashx file in mobile?
Do session use cookies in asp net?
Fetch one page value to another page without using state-managment ?