dll custom business logic

Posted by Mustafa Magdy on Stack Overflow See other posts from Stack Overflow or by Mustafa Magdy
Published on 2010-05-15T20:19:31Z Indexed on 2010/05/15 20:24 UTC
Read the original article Hit count: 294

Filed under:
|
|

I've a project where some business logic is separated to an DLL project, this DLL contains the business logic for this software for a specific customer.

Now I've a problem after another client with different rules want to implement the software, I need someway that the application load the appropriate dll according to the client using the software, considering that this dll contains same function names but different bodies.

I'm using c# 3.5, is there a way to do so ??

© Stack Overflow or respective owner

Related posts about business

Related posts about logic