473,394 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

What's the difference between Remoting and AJAX?

What is .NET remoting versus Ajax? Any links are appreciated. I
didn't find a straight forward answer. Thanks for any help.

Nov 19 '05 #1
2 1392
They aren't at all the same thing, so you'll likely find no article that
compares the two. .Net remoting is an interprocess communication (IPC), a
way to processes to communicate with each other. It's similar to named
sockets, or fifos or signals...however it's abstract and protocol
independent (I think). Anyways as I understand it, it lets one .net
application easily communicate with another. Think of it as a private and
efficient webservice.

Ajax, allows you to call server side functions from the client. In a way, it
is like an IPC, because it allows the browser process on the client,
communicate with asp.net on the server. However, it is strictly limited to
this purpose. You couldn't use "remoting" instead.

Now that I think about it, and I hope I get corrected if I'm wrong, they
actually are quite similar, but serve entirely different goals.

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
<ne***********@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
What is .NET remoting versus Ajax? Any links are appreciated. I
didn't find a straight forward answer. Thanks for any help.

Nov 19 '05 #2
you are mostly correct. AJAK is really a design pattern, where .net remoting
is an actual implementation library allowing .net componets to communicate
over the a network.

also there is an old asp technology called "remoting", that has been ported
to .net. this is an implementation of AJAX communication library.

-- bruce (sqlwork.com)
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...
They aren't at all the same thing, so you'll likely find no article that
compares the two. .Net remoting is an interprocess communication (IPC),
a way to processes to communicate with each other. It's similar to named
sockets, or fifos or signals...however it's abstract and protocol
independent (I think). Anyways as I understand it, it lets one .net
application easily communicate with another. Think of it as a private and
efficient webservice.

Ajax, allows you to call server side functions from the client. In a way,
it is like an IPC, because it allows the browser process on the client,
communicate with asp.net on the server. However, it is strictly limited
to this purpose. You couldn't use "remoting" instead.

Now that I think about it, and I hope I get corrected if I'm wrong, they
actually are quite similar, but serve entirely different goals.

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
<ne***********@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
What is .NET remoting versus Ajax? Any links are appreciated. I
didn't find a straight forward answer. Thanks for any help.


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Lucas Tam | last post by:
Does anyone have a good articles that describes the pros and cons of Web Services vs. Remoting Hosted in IIS? Is there a reason to use either or? With Remoting Hosting in IIS, is it possible...
1
by: Nick | last post by:
hi, all What is the difference between C# windows Services and web services in vs.net? Becuase I have a windows services using http remoting, and client access it by a http url address, so it...
2
by: Chris Pielak | last post by:
Hi. I'm about to try deploying my ASP.NET application, written with the 1.1 Framework. I'm coming across something odd when compiling in Debug and Release mode. When compiling in Debug mode, I...
1
by: Joe | last post by:
Hello All: I have been researching the WaitOne method and don't understand what the second param is for. It is a boolean value that determines "whether to exit the synchronization domain before...
5
by: Lambuz | last post by:
First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page ? <OBJECT id="myID" height="150" width="300"...
6
by: mosesdinakaran | last post by:
Hi Everybody, As all knows the difference between GET and POST is in the way how the data is transfered, But in case of ajax Though it may be a post Request we need to format a querystring...
1
by: chandu | last post by:
any body give exact explanation on how CAO and SAO can be used in remoting application
2
by: ma | last post by:
The subject says all! Where can I read about their differences and which technology is suitable for which application? Regards
3
by: santosh1239 | last post by:
can any one expline one Example How to implement direct web remoting in Ajax thank u
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.