Tag archives for plugin
How to create a Plug-In Architecture Application Framework - with a parallel comparison with C# (part I)
What is a Plug-In Architecture Application Framework? According to this C++ article on Code Guru about Plug-in Architecture Framework for Beginners:Simply speaking, it is a framework that will allow a program to "look for" add-in functionality at startup, and then allow that plug-in to cooperate with itself.Famous examples are Eclipse, ...more»



No Comment
Tags: Architecture, C#, design patterns, ecosystem, framework, OOP, plugin, UML