all groups > dotnet remoting > april 2007 >
You're in the

dotnet remoting

group:

What type of object can be remoted? Newbie Question


What type of object can be remoted? Newbie Question Frank Smith
4/19/2007 1:23:37 PM
dotnet remoting:
What type of objects can be remoted? I have a mapping application that uses
a third party SDK to build drawing layers base on vector data stored in a
database. I built a class that subclass the third party class and tagged it
with the <Serializable()> _ attribute . I want to build this object on the
server and return the object to the client to used on the client. Can this
be done via Remoting? What the minimum size for an object being returned to
the client? I appreciate the advice and or comments.


Regards,


Frank

Re: What type of object can be remoted? Newbie Question Spam Catcher
4/20/2007 3:20:37 AM
"Frank Smith" <papow@yahoo.com> wrote in
news:ePv#v$qgHHA.4600@TK2MSFTNGP05.phx.gbl:

[quoted text, click to view]

Just about any object can be remoted. What are you sending from the server
-> client?

Re: What type of object can be remoted? Newbie Question Frank Smith
4/23/2007 10:48:38 AM
Actually I'm using web service right now. I have a mapping solution which
queries the database for vector data, this can be several thousand rows of
data for each layer to be drawn on a map viewer, and can have any where from
1 to 30 layers to render. So I'm thinking if I can build the "Layer Object"
on the server and then remote it to the client may speed up the process.
Your thoughts?



Thanks.




[quoted text, click to view]

AddThis Social Bookmark Button