Search Results

43
votes

Which C#/.NET Dependency Injection frameworks are worth looking into?

I suppose I might be being a bit picky here but it's important to note DI (Dependency Injection) is a programming pattern and is facilitated by (but does not require) an IoC (Inversion of Control) …
5
votes

NAnt and dual platform build - best way to build on Windows AND Mono/Linux

Hi Frep, This shouldn't be a particularly difficult excercise. We do some fairly similar stuff on one of my projects since half of it runs on Java using Ant to run relevant targets, and the …