all groups > dotnet remoting > august 2006 > threads for august 8 - 14, 2006
Filter by week: 1 2 3 4 5
Databinding to Remote Objects
Posted by LOBOMINATOR at 8/14/2006 1:47:06 PM
Hello,
I was wondering if anyone already achieved to databind a client's
application to remote objects and also dynamically bind the events from a
client to the remote instances?
Thanks for your help
Dani
... more >>
Raising events from remote objects
Posted by Jono at 8/12/2006 11:14:21 AM
Hi everyone,
I'm having a little bit of trouble doing some remoting with .NET
framework 2.0: I have a client-activated marshalbyref object and I
would like to be able to callback into the client code periodically
during the remote method. Suppose I have two classes that look like
this:
publi... more >>
MarshalByRef confusion!?
Posted by Rudy at 8/9/2006 7:52:02 PM
Hello all!
My first try at building a client/server application. Been looking at a lot
of sample and reading a ton of articles. I think I'm heading down the right
path, and need to use "MarshalByRef" object. But all the samples are bits of
code, or it has SQL in the mix. I can't seem t... more >>
WinFX: Remoting with GUIs
Posted by LOBOMINATOR at 8/9/2006 1:52:52 PM
Hello EveryOne,
I'm currently playing a little bit with the new wpf in Visual Studio 2005. I
was pretty excited about the posssibilities you have with XAML. I was
wondering if it would be possible to dynamically build up a client's UI?
Meaning like providing just a dumb application who load th... more >>
Remoting and NUnit Tests - Release Channel
Posted by Erik Jensen at 8/8/2006 2:49:01 PM
I have a configuration file which configures the remoting framework I am
building for my application.
When two of my unit tests access the remoting provider in quick succession I
receive the message "Only one usage of each socket address (protocol/network
address/port) is normally permitte... more >>
|