Can you give an example of when it would be appropriate to
use a web service as opposed to non-serviced .NET component?
Answer / 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 |
What is Webget and WebInvoke in rest service? Tell difference between them
Give some examples of web applications that are used in our day to day life.
Tableau Training for Beginners
What is a Complex Element?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
How to test Web application in which the value is changing dynamic every time and anyone can modify it?
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
If we force XML for web design, the browzer size will reduce. How?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
Define https.
Explain how a web application works?
0 Answers TryTechnicals Pvt Ltd,