Tag Archives: MEF

Layered Software Architecture

I wanted to further read about Plugin Architecture, which I made a list for reading about it, in this article: “C# Plug-In Architecture Articles“, so added more reading for Layered Software Architecture, and found the following very interesting presentations: . … Continue reading

Posted in Technical | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

C# Plug-In Architecture Articles

I wanted to make a plug-in system, so I search the net for several days, and started feeding on the info and ideas, so I wanted to share my search findings for others. I have ordered the articles, based on … Continue reading

Posted in Technical | Tagged , , , , , , , , , , , , , , , , , , | 1 Comment

Inversion of control (IoC), Dependency injection (DI)

Dependency injection (DI) http://en.wikipedia.org/wiki/Dependency_injection   “Dependency injection (DI) in object-oriented computer programming is a technique that indicates to a part of a program which other parts it can use, i.e. to supply an external dependency, or reference, to a software … Continue reading

Posted in Technical | Tagged , , , , , , , , , , , , , | Leave a comment