Late Binding with LinFu & Oracle.DataAccess

Posted by Alexander Stuckenholz on Stack Overflow See other posts from Stack Overflow or by Alexander Stuckenholz
Published on 2010-03-25T18:32:55Z Indexed on 2010/05/02 22:17 UTC
Read the original article Hit count: 367

Filed under:
|
|

Hello everybody,

is there a good example of the late binding features of the LinFu framework? I developed a framework which is hard linked against a certain version of an Oracle client. Now I would like to be able to configure the version of the client without the need to rebuild the app. How can I do that with LinFu?

Regards,

Alex

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET