Hi NG !
I have the following situation:
I have a database on a server in my network and few client-computers on
which my software runs. My software must connect the database on the network
and makes readable requests on it. To be open for extensions (one day the
lib must support writeable request to the database) i thought of using the
Remote Proxy Pattern.
But I'm new in .NEt programming. I have read, that it would be possible to
write the specific location of a DLL (Assembly) in the configuration file.
If that's right and can I store my Db-AccessLib on the Server (same server
like my DB) and note this location in the configuration file of my software
to solve the problem of the access to a common used ressource ?
In my oppinion the Remote Proxy Pattern sound as the right solution, but I
would like to be sure.
Thanks
Marcel Hug