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
What is autopost?
How to retrieve user name in case of Window Authentication?
What is asp net_sessionid?
Can we set which type of comparison we want to perform by the CompareValidator control?
How to create events for a control?
Explain the different types of assemblies?
Is global asax mandatory?
What asp.net control can embed xaml into asp.net pages?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
To load your generated dataset with data which method do you invoke?
What are the differences between code behind and code inline?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is a 307 redirect?
How can you register a custom server control to a web page?