Dependency Injection in .NET Core : Principles, Practices, Patterns

Bok av Mark Seemann
Description Dependency Injection has become one of the most dominant practices in the past decade, and it's now required knowledge for .NET developers.   Dependency Injection in .NET, Second Edition teaches readers to use Dependency Injection to reduce hard-coded dependencies between application components. Readers will dive into thoroughly-explained examples and develop a foundation they can apply to any of the many DI libraries for .NET and .NET Core.   Key Features    Integration with common .NET application frameworks    DI patterns and anti-patterns    Aspect-oriented programming    Using Microsoft and open source DI libraries and containers   Audience This book is written for intermediate .NET developers and beyond. No previous experience with DI or DI frameworks is required.   About the Technology Dependency Injection is an application design pattern where components are loosely-coupled with the objects or data on which they have a dependency.