Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add-in framework for .NET application

Could you please give me some tips/web site regarding a software architecture to allow a .Net application to be ready for add-in (allow third partners to develop add-in to plug on top of application)

Regards

like image 494
Stéphane Avatar asked Jun 20 '26 12:06

Stéphane


1 Answers

There are complete frameworks built around this idea. One of the most popular is the Managed Extensibility Framework (MEF) by Microsoft. It is open source btw.

like image 90
Johannes Rudolph Avatar answered Jun 23 '26 06:06

Johannes Rudolph