Can you give an example of when it would be appropriate to
use a web service as opposed to non-serviced .NET component?
Answer Posted / swapna
Web service is one of main component in Service Oriented
Architecture. You could use web services when your clients
and servers are running on different networks and also
different platforms.
This provides a loosely coupled system. And also if the
client is behind the firewall it would be easy to use web
service since it runs on port 80 (by default) instead of
having some thing else in Service Oriented Architecture
applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?
what are the steps involved in using the validator framework?
Describe the steps to develope and host the webservice for an application?
What do you understand by web application?
What is a Simple Element?
If we force XML for web design, the browzer size will reduce. How?
what are the general webtesting questions and how to respond them in generally in interview point of them
How can you test the security of a Web site,both manually and by using a tool?
Define https.
Design a web crawler? How will you avoid from getting into infinite loops?
Who is ui/ux developer? What he does?
Is it right way to earn revenue through google adsense? Is it Possible?
What all information does a URL contain?
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.
What is a lambda?