Hi all,
I'm writing a Windows Application that connects to a webshop through it's API and reads/writes values.
The Webshop can have multiple Payment gateways and I was thinking about writing a plugin to each one and create a user interface that will be available to select each one and load the correct assembly...
my idea is to have multiple Libraries (.dll) and load the correct one once set up...
I do think this is kind'a late 80's developing so I wonder if there is anything new that could help me develop such behavior on .NET 3.5 SP1
I'm new to this matter, and for that I would ask you what is the best way to approach this.
Thank you.
P.S. I read about MEF (Managed Extensibility Framework) but it's still preview (MEF Preview 8 is the current), and only be available on .NET 4.0 so I can't go that way :-(