Posts by Marcos Antonio • 101 points
2 posts
-
3
votes2
answers398
viewsQ: Create modules using Unity (Ioc)
In an application using a multi-tier (n-layer) architecture, we have the infrastructure layer where we use an Ioc container to record the required dependencies. In a prototype I’m working on, I’m…
-
7
votes1
answer580
viewsQ: Dependency registration responsibility (Ioc, DI, n-layer architecture)
I’m starting a WPF (.NET/C#) project using an n-layer (Domain Driven Design) architecture, and to implement Control Inversion and Dependency Injection (Ioc/DI), I’m trying to use Microsoft’s Unity…