when to use webservice and when to use remotong diff
between them
Answer Posted / sanjjay raj
Webservice is used to host our applications(software or
programs) over Internet, so that others can use them or the
Clients of Our Website can use them.
whereas Remoting is used to Connect remote systems or
server in order to Communicate Online or Offline depending
on the Connectivity. ( eg: Yahoo Messenger where we can
Chat Online or send Offline messages to Our friends or
Contacts)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Is there any limit for query string? Means what is the maximum size?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How can you handle exceptions in asp.net?
What is the use of data set in asp.net?
How do I open an ashx file?
What are assemblies and namespaces and explain the difference between them ?
What is the purpose of using MVC programming pattern in ASP.NET?
How do you handle server controls?
Disable browser cache for entire ASP.NET website?
What do you mean by serialize?
What are the asp.net 2.0 features?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is the purpose of url encoding?
What is the default authentication mode for asp.net?
What is the good practice to implement validations in aspx page?