Tag

插件系统

Browsing articles related to 插件系统.

2 articles
1 Current page
Self-developed Hot-pluggable WPF Plugin System (MSF)

Self-developed Hot-pluggable WPF Plugin System (MSF)

The need for plug-in architecture mainly stems from the pursuit of flexibility in software architecture, especially when developing large, complex, or constantly evolving software systems. Pluginization enhances scalability, customizability, isolation, security, maintainability, modularity, ease of upgrade and update, and third-party development capabilities, thereby meeting ever-changing business requirements and technical challenges.

趋时软件 5/7/2024 11:15 PM
WPF: Implementing Exception Isolation Client via Multi-Process

WPF: Implementing Exception Isolation Client via Multi-Process

When a WPF client needs to implement a plugin system, it can generally be based on containers or processes. If exception isolation for external plugins is required, then the only way is to load plugins in child processes, so that even if a plugin throws an exception, it will not affect the main process.

鹅群中的鸭霸 9/22/2021 10:10 PM