Top "Extensibility" questions

Extensibility is a system design principle where the implementation takes future growth into consideration.

Powershell inside Visual Studio

Does anyone know of a way I can run a powershell within Visual Studio. By that I mean, have an …

visual-studio-2008 powershell extensibility
How to design extensible software (plugin architecture)?

I need some resources that talk about how to design your software to be extensible, i.e. so that other …

language-agnostic plugins resources extensibility
How to load plugins in .NET?

I'd like to provide some way of creating dynamically loadable plugins in my software. Typical way to do this is …

.net windows plugins add-in extensibility
Proper use of [Import] attribute in MEF

I'm learning MEF and I wanted to create a simple example (application) to see how it works in action. Thus …

c# asp.net-mvc-3 model-view-controller mef extensibility
Visual Studio 2008 Plug-in / Add-in development - Getting Started

In relation to this stackoverflow question, how would I go about creating my own Visual Studio 2008 plug-in? I've checked the …

visual-studio plugins extensibility visual-studio-addins
Magento: Why do controller action predispatch events not fire if the controller is rewritten?

Why do controller action predispatch events not fire if the controller is rewritten? Here is a snippet of store/app/…

php magento event-handling controller extensibility
Golang events: EventEmitter / dispatcher for plugin architecture

In Node.js I was able to make a WordPress clone rather easily using the EventEmitter to replicate and build …

go extensibility eventemitter plugin-architecture
MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM?

prism mef extensibility codeplex
One or multiple fact tables?

I am trying to build a data mart. I have lot of dimensions, and couple of measures - facts. Every …

database-design data-warehouse business-intelligence extensibility fact-table