how can i use the assemblies ...

  • Thread starter Thread starter FarriJ
  • Start date Start date
F

FarriJ

i need to deploy the stub of the assembly over the client and keep the
implemenation over the server side ... what do i need to accomplish that ???

thanks for any responses in anticipation:)
FarriJ
 
Can you elaborate on what you want to do?
It sounds like remoting?

If so, there are lots of articles and references and samples.

See, for example, C:\netsdk\Samples\Technologies\Remoting

where c:\netsdk is usually something like
C:\Program Files\Microsoft.NET\SDK\v1.1

-Dino
 
thanks dino for ur help,

:)

what i have in my mind is to develop somewhat of a messenger who can send
complete objects (placed in the assembly) without exposing its
implementation and i don't want to use interface as they kind of restricts
you.

i think i clear some aspect of my question. Any responses are welcomed.
 
Back
Top