Tag Archives: IoC

Using Castle Windsor with Web API (ApiController)

Yesterday we started to use API Controllers and wouldn’t it be nice if we can use some inversion of control (IoC) making it extensible and reusable.  For this article you will be noticing I am using S#arp Architecture where IoC is already implemented via Castle Windsor so all I need to do is add the… Read More »

Using Dependency Injection on OpenAccess ORM MVC Project

You might be starting a new project using OpenAccess ORM and wondering how to implement dependency injection to prevent hard-coded dependencies and enable the possibility of changing them at run-time.  Well it’s not that hard specially with the new Dependency Injection Framework available today where all you need to do is get them on nuget,… Read More »