Implementing plugin architecture pattern in .NET MAUI Blazor Hybrid

1 day ago 3
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

Read Entire Article