C
C#9mo ago
MacGuffin_

❔ Utilizing MEF For Containerized DLL Toolbox

I am trying to cobble some kind of config guidelines for a small team when it comes to tool development. As of now, the idea is to create tools as .dlls and have a single "launcher" that controls them. There will be a lot of crossover functionality that would be used by multiple tools, so the format would be something like: Toolbox -> Launches Tools (GUI/independent model) -> Utilizes utility DLL for shared functionality (writing to xml, storing data, etc). From what I read, something like MEF would work for my smallish team. However, I am also a junior engineer, with a background in [not software], trying to come up with config management for a team with fairly high turnover, so gotta ask the real professionals to make sure that I am suggesting the right things
3 Replies
jcotton42
jcotton429mo ago
my understanding is MEF is... not great you might get more mileage asking this in #architecture
MacGuffin_
MacGuffin_9mo ago
will do, thanks!
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.