ARTICLE AD BOX
With reference to this article https://code-maze.com/csharp-plugin-architecture-pattern/
Can anyone point me to the right steps to implement plugin architecture pattern in .NET MAUI Blazor Hybrid?
Planning to create Host .NET MAUI project
Then there will be multiple Plugin .NET MAUI projects, each plugin can be uploaded into host, each plugin will add its own UI, Theme & Menus into Host and it can be activated or deactivated.
something like what implemented in Wordpress & NopCommerce
