extensibility
MVC - Creating new Views without adding Actions to Controller
开发者_如何学运维I\'m working on a mini CMS-like application using asp.net MVC 1.0 (I will upgrade it once 2.0 is released).Once feature I want, that is pretty vital to a CMS, is the ability for an ad[详细]
2022-12-13 06:06 分类:问答Architecture for extension/plugin communication
Once the problem of loading plugins is solved (in .NET through MEF in out case), the next step to solve is the communication with them. The simple way is to implement an interface and use the plugin i[详细]
2022-12-12 00:01 分类:问答Plugin model with user supplied RegEx
I have a program in C# WPF which analyzes certain log files. Each log contains lines of data in a format which contains an address and a data offset.[详细]
2022-12-11 17:44 分类:问答Resources for programming a system that supports plugins
I need resources -preferably a text-about programming systems that supports plugins or extensibility and other rela开发者_如何学编程ted detailed stuff, like handling permissions and resources for thos[详细]
2022-12-11 05:54 分类:问答Is it possible to programatically access the call hierarchy in VS2010
Visual st开发者_如何学Goudio 2010 has added a call hierarchy function. Does anyone know if it is possible to access this from within a plugin?You can try adding a reference to \\Program Files\\Microso[详细]
2022-12-11 03:49 分类:问答Basic MEF workflow/usage
I\'m looking to a framework which will allow me to have a simple plugin system in my .NET application. I开发者_高级运维t seems MEF is the framework which Microsoft is endorsing, and will become part o[详细]
2022-12-11 03:24 分类:问答When is MEF shipping?
I\'m building a product that will ship after .Net 4.0 i开发者_如何学JAVAs released. Is MEF an integral part of .Net 4.0, so I can count on them being released together, or is it some external compone[详细]
2022-12-10 10:05 分类:问答A guide to Boo's metaprogramming and extensibility features?
I\'m interested in learning about Boo\'s more powerful features such as syntactic macros, parser support (Ometa?), compiler pipeline, etc.My impression is that these areas have been i开发者_JAVA百科n[详细]
2022-12-10 03:13 分类:问答