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.
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.
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
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
M30****989 2022-06-26 10:16 开发者_开发百科WebGL,three.js