Can you please anyone explain in detailed Webservices concepts
in Asp.net?
Answer Posted / priya
A Web Service is programmable application logic accessible
via standard Web protocols. One of these Web protocols is
the Simple Object Access Protocol (SOAP). SOAP is a W3C
that uses standards based technologies ( to encode and
transmit application data).
Consumers of a Web Service do not need to know anything
about the platform, object model, or programming language
used to implement the service; they only need to understand
how to send and receive SOAP messages (HTTP and XML).
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the good practice to implement validations in aspx page?
What is class and object in asp.net?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Explain the concept of event bubbling in ASP.NET?
Explain cookies with example.
What is server infrastructure & server components?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How to disable validator control by client side JavaScript?
Why we are using mvc instead of asp.net? : Asp.Net MVC
3. What goals do you have in your career?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How can you send an email message from an asp.net web page?
Are cookies client side or server side?
What r the asp.net list controls and diff. Between them?