I know that MEF is capable of loading assemblies from DLLs in a folder, and instantiating types from those assemblies. But can I use MEF to load C# source code files, compile them, and load them in as assemblies to instantiate types from those source code files?
2.1m questions
2.1m answers
60 comments
57.0k users