Hello,
I have a fundamental question that I seem to have difficulty grasping.
I want to build a n-tier vb.net app, (not a web app), in a network environment.
Could I build the server side code as a collection of assemblies in a server share that I can reference in the Client code under project references ?
and if so, could I simply instanciate the classes within those assemblies from the client code ?.
Would I need marshaling or proxies ?.
Thanks,
Tino M.
I have a fundamental question that I seem to have difficulty grasping.
I want to build a n-tier vb.net app, (not a web app), in a network environment.
Could I build the server side code as a collection of assemblies in a server share that I can reference in the Client code under project references ?
and if so, could I simply instanciate the classes within those assemblies from the client code ?.
Would I need marshaling or proxies ?.
Thanks,
Tino M.