when to use webservice and when to use remotong diff
between them
Answer Posted / kotu
Both Webservices and Remoting are used to developing
distrubuting Application. Among these,
WebServices are provide Functionality other Platforms
like Unix,Linex. Means Webservices are return data in from
of XML Formate. This is the Universal formate. All
Languages supports XML. So Webservices is better, When
these are Communicating othere Technologies.
Remoting are provide Functionality for Sampe
Application.Means .NET Application. These are not Suppoting
Other Platforms.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a session in programming?
Is asp.net mvc front end or backend? : Asp.Net MVC
How many types of triggers are there in update panel?
What is the difference between ASP Session State and ASP.Net Session State?
What are web server controls in asp.net?
Web API uses which library for JSON serialization?
What is the difference between server-side scripting and client-side scripting?
Explain what is event bubbling?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Explain culture and uiculture values.
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is the use of placeholder control?
How does asp net store session ids by default?
Define cookie.
Is data edited in the Repeater control?