Runtime Selecting Interface Implementation
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i am planning for the development of a peice of software designed to use a dbms, thing is, i don't want to lock it down to any specific dbms, so the idea was that i would design an interface, and provide some implementations. The idea is that, out of the box, one can easily select a variety a dbms to use, and the option is there for developers to write their own implementations. now, how can i enumerate and allow selecting of interface implementations? there must be a way?