-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can someone please suggest good reading material to learn the concepts of plugin architecture using C#?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everybody,
I need to implement a plugin architecture within c#/.net in order to load
custom user defined actions
data type handling code for a custom data grid / conversion / ...
from non-static linked assembly files.
Because the application has to handle many custom user defined actions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an application, written in Python, which is used by a fairly technical audience (scientists).
I'm looking for a good way to make the application extensible by the users, i.e. a scripting/plugin architecture.
I am looking for something extremely lightweight. Most scripts, or plugins, are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Okay basically here's where I'm at.
I have a list of PropertyDescriptor objects. These describe the custom "Options" fields on my Plugins, aka:
public class MyPlugin : PluginAbstract, IPlugin
{
[PluginOption("This controls the color of blah blah blah")]
[DefaultValue(Color.Red)]
public Color…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey Everyone,
Been doing a bit of research and have a few questions about using a Plugin architecture for asp.net. I have used it before for a single application and works well but was wondering if it technically possible to use this architecture for a SaaS? Once code base but custom plugins for…
>>> More