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
How do u deploy your asp.net application?
Explain ViewState?
What is a uri query?
Difference between application events and session events
What is the difference between localization and globalization?
What are directives in asp.net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is in a session cookie?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How would you turn off cookies on a page of a website?
What are the types of authentication in asp.net?
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?
Explain the difference between panel and groupbox classes using .net?
What is the displayafter property in updateprogress control?
Can you set the session out time manually?