all groups > dotnet remoting > january 2005 > threads for january 29 - 31, 2005
Filter by week: 1 2 3 4 5
Need some advice on architectural design and remoting.
Posted by Toble Rone at 1/31/2005 10:04:08 PM
I'm quite new to remoting, with few real world implementations. But since i
started reading about remoting I'm hooked up on this topic, really
interesting. I had a lot of book reading on this.
I have the following scenario:
- Central SQL Server with a quite big database.
- Complet... more >>
Is remoting what I'm thinking about?
Posted by Casey at 1/31/2005 12:45:02 PM
I have several different dll's that I use in my asp.net development. One of
them is used for sending email, another creates a dropdown menu with various
service codes, there are others too. The plus side to these classes is that
it provides consistant info, and it also allows me save time by r... more >>
Why don't you declare the port no. in a remoting client using Chan
Posted by Fredric Ragnar at 1/31/2005 1:43:03 AM
Hello,
I am making a system utilizing remoting with a TcpChannel between the server
and the client. I want to know all the details concerning the networking part
to prevent any future problems with firewalls or networking issues at the
deploying site.
Setup:
... more >>
Design question
Posted by Joe at 1/30/2005 1:45:53 PM
I have a remote object which connects to a Sql database. This object is
supposed to return records back to the client. Simple enough.
My problem is that each client should maintain its own connection. I can't
use a shared connection because there are many temp tables created per
client.
I h... more >>
Marshall C# to COM
Posted by jm at 1/30/2005 12:19:22 AM
Hi,
I desprately trying to solve the following prob.
I have a c# class method that returns an Interface:
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface IDocument
{
...
ISession Session{get;}
...
}
the implementation... more >>
Custom IServerChannelSinkProvider with binaryformatter
Posted by caughtfire NO[at]SPAM juno.com at 1/29/2005 8:41:31 PM
Hi all,
I've found ways to do a binaryformatter, or a custom server sink, but
not both together. Any ideas?
I'm using binaryformatter with http on IIS, creating my server channel
in code. Eventually (the whole point of this exercise) is to be able
to pass an integer value in a modified IM... more >>
|