views:

79

answers:

2

Hi,

Are there any books focused on the current trends of design? like IOC, lously coupled architectures etc.?

I'm not sure if these are pure design patters per say...

(C# preferred but not really a big deal)

A: 

I've purchased Depedency Injection:

Dependency Injection is a thorough examination of this core concept for building applications in any object-oriented language or framework. This book explores Dependency Injection, sometimes called Inversion of Control, in fine detail with numerous practical examples. In it, you'll learn to apply various techniques, focusing on their strengths and limitations, with a particular emphasis on pitfalls, corner-cases, and best practices. This book covers the full range of architectural idioms as they relate to DI: from Injection, Scope, and Lifecycle to Loose Coupling and AOP Interception.

dfa