Dependency Injection
-
.NET
Rich domain objects with DivineInject
DivineInject is a .net dependency injection framework, designed to be simple to use and easy to understand. You can find…
Read More » -
Software Development
Your DI framework is killing your code
I read a really interesting post recently looking at the difference between typical OO code and a more functional style. There’s a…
Read More » -
.NET
Dependency injection in WCF
Dependency injection is a software design pattern that implements inversion of control for resolving dependencies and is highly recommended for…
Read More » -
.NET
Remember RIA Services? Trackable Entities Can Fill the Void
Anyone remember WCF RIA Services? It was a great idea: simplify n-tier development with a combination of libraries and tooling.…
Read More » -
Software Development
Dependency injection with PostSharp
I don’t really like IoC containers. Or rather, I don’t like the crappy code people write when they’re given an…
Read More » -
.NET
Use Common Instance Factory to Abstract Away the Dependency Injection Container
Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. A while back I wrote…
Read More » -
.NET
Using NLog with Dependency Injection
In my last post I blogged about using Dependency Injection to break tight coupling between application components. This lets you…
Read More »