Best practices for implementing an addin/addon/plugin strategy

前端 未结 3 1113
感情败类
感情败类 2021-02-10 02:53

My application should be extensible. For my own needs I have implement some services. These services are based on the IoC/DI princple. So the services encapsulate the concept of

3条回答
  •  时光取名叫无心
    2021-02-10 03:25

    Are you familiar with MEF (Managed Extensibility Framework)?

    The Managed Extensibility Framework (or MEF for short) simplifies the creation of extensible applications. MEF offers discovery and composition capabilities that you can leverage to load application extensions.

提交回复
热议问题