How Web Services help Us?
What r the difference between Remoting and webservices
Answer Posted / reshma nair
Web services are small, reusable applications that help
computers from many different operating system platforms
work together by exchanging messages. Web services are
based on industry protocols that include XML (Extensible
Markup Language), SOAP (Simple Object Access Protocol), and
WSDL (Web Services Description Language). These protocols
help computers work together across platforms and
programming languages.
Remoting provides a way for application in different
machines/domains to communicate with each other.Remoting is
a more effcient means than web services for allowing
programs to interact
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
State differences between MVC and WebAPI
What is authentication in asp.net?
What is use of Master Page in ASP.NET web pages?
Explain server control extensibility with reference to asp.net 2.0 ?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain the use of dataadapter.
What is the difference between custom controls and user controls?
What is special types forms
What are session cookies?
What is enableviewstate?
What is advantage of code behind coding in ASP.NET?
Can a .net web application consume java web service?
Explain the difference between an exe and a dll?
Is razor a programming language?
What is directive in asp net?