473,606 Members | 2,885 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1407
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...howev er 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.goo glegroups.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******** ********@TK2MSF TNGP10.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...howev er 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.goo glegroups.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
1705
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 to maintain a constant thread (i.e. thread that polls the database and sends messages back to client when a certain record is found?). Thanks.
1
3945
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 looks very similar with the web services. In this point, the windows services, web services, and asp.net web site, all are similar, am I right? Thanks.
2
2300
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 am able to run the application smoothly and get things done in my application. However, when I switch to Release mode, and try saving data back to my database (through Remoting) the following exception is thrown:
1
6363
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 the wait." What does this mean? How does the WaitOne (or, for that matter, WaitAny or WaitAll) differ from a synchronous call? To me they look effectively the same. Unless the difference has to do with this "synchronization domain" thing.
5
3590
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" classid="http:applet.dll#test.applet"</OBJECT> If not please can anyone explain why ? I think yes and so I'd written a small example immediately I've met a problem.
6
3923
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 manually and send with the url, My question is there any other way that without sending the query string can we get the post values as in a normal form submit.
1
5151
by: chandu | last post by:
any body give exact explanation on how CAO and SAO can be used in remoting application
2
1476
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
1353
by: santosh1239 | last post by:
can any one expline one Example How to implement direct web remoting in Ajax thank u
0
8031
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7962
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8456
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
6792
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
3945
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3989
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2452
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1309
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.