473,387 Members | 1,899 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,387 software developers and data experts.

More about remoting

I've completed the .net example on remoting and it works fine: a listening
server, a dll with the marshal object and a client.

Now in simple terms, how would I connect to a remote GUI and retrieve the
contents of a text box?

Cheers

Padu
Jul 10 '06 #1
6 1325
I think you should be retrieving an object from the
Web Server.
Then use that object's fields as you need.
Roger
>
Now in simple terms, how would I connect to a remote GUI and retrieve the
contents of a text box?

Cheers

Padu


Jul 10 '06 #2
Remoting is dead. Unless, perhaps, you are using the IPC channel in .net 2.0
Just my 2 cents. I use named pipes.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Padu" wrote:
I've completed the .net example on remoting and it works fine: a listening
server, a dll with the marshal object and a client.

Now in simple terms, how would I connect to a remote GUI and retrieve the
contents of a text box?

Cheers

Padu
Jul 11 '06 #3

"Peter Bromberg [C# MVP]"
Remoting is dead. Unless, perhaps, you are using the IPC channel in .net
2.0
Just my 2 cents. I use named pipes.
Peter

--

Interesting, you were the first one to say such a thing, everybody else said
remoting is the way to go. Can you elaborate a bit more on why do you think
remoting is dead?

Cheers

Padu
Jul 11 '06 #4
Here are a few links that may "help you to think":

http://weblogs.asp.net/cschittko/arc...27/143388.aspx

http://forums.microsoft.com/msdn/sho...=6214&siteid=1

http://www.dotnetguru2.org/laurentde...&c=1&tb=1&pb=1

http://www.servergeek.com/blogs/mick...6_blog_arc.htm

http://www.theserverside.net/tt/talk...?bandwidth=56k

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Padu" wrote:
>
"Peter Bromberg [C# MVP]"
Remoting is dead. Unless, perhaps, you are using the IPC channel in .net
2.0
Just my 2 cents. I use named pipes.
Peter

--


Interesting, you were the first one to say such a thing, everybody else said
remoting is the way to go. Can you elaborate a bit more on why do you think
remoting is dead?

Cheers

Padu
Jul 11 '06 #5
"Peter Bromberg [C# MVP]"
Here are a few links that may "help you to think":

http://weblogs.asp.net/cschittko/arc...27/143388.aspx

http://forums.microsoft.com/msdn/sho...=6214&siteid=1

http://www.dotnetguru2.org/laurentde...&c=1&tb=1&pb=1

http://www.servergeek.com/blogs/mick...6_blog_arc.htm

http://www.theserverside.net/tt/talk...?bandwidth=56k

Peter

Thanks for the links. I'll investigate further what Indigo is and what's its
current state.

My app is not related to business objects or scalable distributed objects. I
have to make two apps communicate over LAN (possible internet) as fast as
possible (robotics app) and no big concerns about security or scalability. I
initially thought about plain sockets, but several people (from this
newsgroup) hint that remoting is the best choice.

From the links you gave me, that may still be correct, but I see your point.
Why start development on something that is or will be soon deprecated if
there's something better around. (and what is that?)

Cheers

Padu
Jul 11 '06 #6
I have found that Named Pipes is one of the fastest ways (Sql Server uses
it). If you choose remoting you can use the IPC Channel in .NET 2.0, which
uses named pipes.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Padu" wrote:
"Peter Bromberg [C# MVP]"
Here are a few links that may "help you to think":

http://weblogs.asp.net/cschittko/arc...27/143388.aspx

http://forums.microsoft.com/msdn/sho...=6214&siteid=1

http://www.dotnetguru2.org/laurentde...&c=1&tb=1&pb=1

http://www.servergeek.com/blogs/mick...6_blog_arc.htm

http://www.theserverside.net/tt/talk...?bandwidth=56k

Peter


Thanks for the links. I'll investigate further what Indigo is and what's its
current state.

My app is not related to business objects or scalable distributed objects. I
have to make two apps communicate over LAN (possible internet) as fast as
possible (robotics app) and no big concerns about security or scalability. I
initially thought about plain sockets, but several people (from this
newsgroup) hint that remoting is the best choice.

From the links you gave me, that may still be correct, but I see your point.
Why start development on something that is or will be soon deprecated if
there's something better around. (and what is that?)

Cheers

Padu
Jul 12 '06 #7

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

Similar topics

8
by: Richard Bell | last post by:
I have a class in a seperate dll which I want to remote. I have referenced the class and registered it using a simple exe. I can connect to the class's interface using Activator.GetObject and call...
4
by: Uchiha Jax | last post by:
Hello everyone, I am a plenty silly person who is trying to learn .NET remoting through trial and error (all articles I read are going over my head at the moment (mostly) so I thought i'd give...
40
by: Neo The One | last post by:
I think C# is forcing us to write more code by enforcing a rule that can be summarized as 'A local variable must be assgined *explicitly* before reading its value.' If you are interested in what...
5
by: LGHummel | last post by:
I'm trying to host a remoting app in IIS and am getting the following error: Failed to execute the request because the ASP.NET process identity does not have read permissions to the global...
9
by: Nak | last post by:
Hi there, I have been messing around with remoting in an attempt to create a "shared application" as mentioned in another thread by that name. I have created a singleton object just like the...
6
by: Mike9900 | last post by:
How can I connect my .NET app which use remoting to communicate over internet, 2 instance of the same app? My app is already done using .NET Remoting. I am wondering if to change them to WCF or...
4
by: Rich | last post by:
Can anyone suggest a good (current) tutorial on how to do basic remoting with C# (2005 express edition)?
2
by: erbilkonuk | last post by:
Hi, I am very new to .NET Remoting and I try to run a simple program to subscribe to an event raised by Remoting Class. The Remoting Server initiates an instance of Remoting Class as Singleton /...
6
by: =?Utf-8?B?Q3JhaWc=?= | last post by:
If I have an application that I send out to users, and the application interacts with the database (behind the scenes, no direct sql creation by the users)....do webservices make the app more...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...

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.