Tag Archives: MVVM

Plug-in Architecture To Work for multiple platforms/techs

Introduction Plug-in Architecture To Work in WinForms MVC + WPF MVVM + ASP.Net MVC  + Mobile (Xamarin MVC/PhoneGap MVC) +  Win 10 Universal App MVC This is my attempt to implement a general plugin system to work in multiple platforms … Continue reading

Posted in Development | 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