How Web Service help? What is the difference between
Remoting & Web Servcies?
Answers were Sorted based on User's Feedback
Answer / jerry joseph
Web Services
- accessed only over HTTP
- work in a stateless environment
- support only datatypes defined in the XSD type system
- support interoperability across platforms
- highly reliable
- easy to create and deploy
Remoting
- can be accessed over any protocol
- support for both stateful and stateless environment
- support for rich type system
- homogenous environment
- if IIS is not used, application needs to provide plumbing
for ensuring the reliability
- complex to program
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sandeep
Web Service is nothing but simple HTTP protocol
which is used by using internet protocol
Remoting is used to access proxy object which is looks like
a real object
Is This Answer Correct ? | 1 Yes | 0 No |
On Age field how many Asp.Net validation controls will be suit?
7 Answers NTTF Nettur Technical Training Foundation, Quest,
Is asp.net core faster?
step to create a strong name?
Is asp.net is a programming language?
Differentiate globalization and localization.
What is the use of session state and application state and difference between them?
Why is global asax is used for?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
What are Authentication and Authorization?
In try catch blocks one is normal catch block and another is sqlcatchexception block
What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version
What is a server cookie?