How Web Services help Us?
What r the difference between Remoting and webservices
Answer Posted / sharifuddin
webservices Remoting
------------ -----------------
Hetroginious Homogenious
By Using HTTP, SOAP TCP
using XML Serialization Bianary Serialization
Any application can access only .Net -> .Net
can communicates
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the boxing and unboxing concept in .net?
Explain how is a property designated as read-only?
What is page request in asp.net?
In asp.net, how can you validate drop down box?
What is the function of the ViewState property?
What is the use of worker process in asp.net?
What is cookieless session id explain in brief?
Is oauth for authentication or authorization?
Where sessions are stored?
Explain how can we inherit a static variable?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Where would you use an ihttpmodule, and what are the limitations if any?
What are the disadvantages of view state?
What is redirecting behavior?
How does a content page differ from a master page?