plugin-pattern
Where can I find an introduction to a Plugin Pattern for ASP.NET MVC?
I am trying to figure out how to implement a \"Plugin\" framework with asp.net mvc. I have done some reading and found that many people recommended MEF for a plugin framework in asp.net mvc.[详细]
2023-02-10 11:50 分类:问答jQuery plugin pattern using "live"
I have red many articles about writing object oriented javascript code and developing jQuery plugin, so far so good, I understand how they wor开发者_运维技巧k and I can create my own plugins.[详细]
2023-01-31 19:11 分类:问答plugin pattern with .dll. how can I extract plugin interface from dll?
I have an application that\'s suppose to be realized in plugin pattern. Plugins are located in dll files and I\'m loading them on the fly, depending on the parameter given from a user via command line[详细]
2023-01-09 03:34 分类:问答Creating a web application that can be extended by plugins/modules
I\'m currently involved with developing a C# CMS-like web application which will be used to standardise our development of websites.From the outset, the idea has been to keep the core as simple as pos[详细]
2022-12-25 13:13 分类:问答