Steven van Deursen – författare
493 kr
Skickas inom 7-10 vardagar
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.
520 kr
Läs direkt efter köp
PART 1 Putting Dependency Injection on the map
The basics of Dependency Injection: What, why, and howWriting tightly coupled code Writing loosely coupled codePART 2 Catalog
DI patternsDI anti-patternsCode smellsPART 3 Pure DI
Application compositionObject lifetimeInterceptionAspect-Oriented Programming by designTool-based Aspect-Oriented ProgrammingPART 4 DI Containers
DI Container introductionThe Autofac DI ContainerThe Simple Injector DI ContainerThe Microsoft.Extensions.DependencyInjection DI Container