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
Which protocol is used to call a web service?
What is the difference between ldap and active directory?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
List the major built-in objects in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is query string?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is the usage of DelegatingHandler?
What is strong-typing versus weak-typing?
Define resource files.
Explain what is an abstract class?
What are the different properties of server control that exists?
Differentiate strong typing and weak typing
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Define view state.