What is Web Services?How we can consume a Web Services in
our application?Explain.
Answer Posted / ekansh chandra
A Web Service is application logic accessible to programs via standard web protocols in a platform independent way.
Web Service Consume from three methode :
1:- Using HTTP Post Methode
2:- Using XMLHTTP that will use Soap to call our the service
3:- Using Wsdl generated proxy class
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
When we use cookie less session? Explain its working?
How do cookies work? Give an example of their abuse.
Can you change a master page dynamically at runtime? How?
Fetch one page value to another page without using state-managment ?
Why is global asax is used for?
What do you mean by caching in asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is difference between abstract class and an interface?
Give a few examples of page life cycle events.
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Can we have a web application running without web.config file?
What is ashx file in asp.net?
Why viewstate is used in asp.net?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is page request in asp.net?