Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Remote Objects

Hi,
I'm searching for some informations about C#. I have used Java with RMI
or CORBA to develop distributed applications and I'm interested to know how
C# deals with remote objects. I have to say I don't know much about DCOM...
Are there some particular primitives that C# uses or does it simply lay on
DCOM-COM?
Could you show me a simple distributed example (even an "Hello World")?
Could you show me where I can get (if exists) simple informations (such a
tutorial) about C# remote objects?
Thanks,
Marco Barbaro
[570 byte] By [Marco] at [2007-11-9 18:22:34]
# 1 Re: Remote Objects
Loads of links, tutorials and stuff at http://csharpindex.com - Hello World
is there too.

Enjoy.
--
Matt.
C# Index to resources
http://csharpindex.com

"Marco" <marcus_dj@libero.it> wrote in message
news:39dca277$1@news.dev-archive.com...
>
> Hi,
> I'm searching for some informations about C#. I have used Java with RMI
> or CORBA to develop distributed applications and I'm interested to know
how
> C# deals with remote objects. I have to say I don't know much about
DCOM...
> Are there some particular primitives that C# uses or does it simply lay on
> DCOM-COM?
> Could you show me a simple distributed example (even an "Hello World")?
> Could you show me where I can get (if exists) simple informations (such a
> tutorial) about C# remote objects?
> Thanks,
> Marco Barbaro
Matt Searle at 2007-11-11 22:27:16 >
# 2 Re: Remote Objects
dev-archive has been tracking tons of .NET info at
http://www.dev-archive.com/dotnet/resources/

--

Robert Scoble
Editor, Conferences
http://www.thunderlizard.com -- CONFERENCES WITH CONTENT
A subsidiary of Fawcette Technical Publications, Inc.

###
"Marco" <marcus_dj@libero.it> wrote in message
news:39dca277$1@news.dev-archive.com...
>
> Hi,
> I'm searching for some informations about C#. I have used Java with RMI
> or CORBA to develop distributed applications and I'm interested to know
how
> C# deals with remote objects. I have to say I don't know much about
DCOM...
> Are there some particular primitives that C# uses or does it simply lay on
> DCOM-COM?
> Could you show me a simple distributed example (even an "Hello World")?
> Could you show me where I can get (if exists) simple informations (such a
> tutorial) about C# remote objects?
> Thanks,
> Marco Barbaro
Robert Scoble at 2007-11-11 22:28:22 >
# 3 Re: Remote Objects
Marco,
I happened across this article the other day which addresses remote
objects in C# (CLR).

http://www.technicallead.com/net/articles/remoting_formatters_channels.asp

Hope it helps,
Jim

"Marco" <marcus_dj@libero.it> wrote in message
news:39dca277$1@news.dev-archive.com...
>
> Hi,
> I'm searching for some informations about C#. I have used Java with RMI
> or CORBA to develop distributed applications and I'm interested to know
how
> C# deals with remote objects. I have to say I don't know much about
DCOM...
> Are there some particular primitives that C# uses or does it simply lay on
> DCOM-COM?
> Could you show me a simple distributed example (even an "Hello World")?
> Could you show me where I can get (if exists) simple informations (such a
> tutorial) about C# remote objects?
> Thanks,
> Marco Barbaro
Jim McMicking at 2007-11-11 22:29:25 >