BIBLIO is the largest independent book marketplace in the world, with over 100 million books.

Skip to content

Dependency Injection Principles, Practices, and Patterns

Dependency Injection Principles, Practices, and Patterns

Dependency Injection Principles, Practices, and Patterns
Stock photo: cover may vary

Dependency Injection Principles, Practices, and Patterns Paperback - 2019

by Mark Seemann; Steven Van Deursen

Add to wish list
  • New
New

Description

Manning. New.
Ask the seller a question Add to wish list
A$80.15
A$7.14 Delivery within USA
Standard delivery: 5 to 8 days
More delivery options
Ships from The Book Forest (California, United States)

Details

  • Title Dependency Injection Principles, Practices, and Patterns
  • Author Mark Seemann; Steven Van Deursen
  • Binding Paperback
  • Condition New
  • Pages 552
  • Volumes 1
  • Language ENG
  • Publisher Manning
  • Publication date 2019-03-16
  • Bookseller's Inventory # BAY03-00118
  • ISBN 9781617294730 / 161729473X
  • Weight 2 lbs (0.91 kg)
  • Dimensions 9.1 x 7.4 x 1.1 in (23.11 x 18.80 x 2.79 cm)
  • Category Computers - General Information
  • Quantity available 1

About The Book Forest California, United States

Biblio member since 2006

The Book Forest has been selling books on the internet since 2004, with a 98% customer approval rating on other internet book selling venues. At The Book Forest we never mislead customers on the condition of a book so that we might make a sale, and we ship all our orders within 24 hours of receiving them. We also have a 100% money back guarantee, and we handle questions and concerns within a few hours of receiving them.

Terms of Sale: The Book Forest offers a 100% money back guarantee on all items. If you are all dissatisfied with the timeliness or condition of your order you can return it for a full refund (we submit refund upon receipt of the book). Partial refunds are also given if the customer so chooses. Please note that standard/media mail takes 4-14 business days, while priority takes 2-4.

Browse books from The Book Forest

Reader reviews for Dependency Injection Principles, Practices, and Patterns

From the publisher

Summary

Dependency Injection Principles, Practices, and Patterns teaches you to use DI to reduce hard-coded dependencies between application components. You'll start by learning what DI is and what types of applications will benefit from it. Then, you'll work through concrete scenarios using C# and the .NET framework to implement DI in your own projects. As you dive into the thoroughly-explained examples, you'll develop a foundation you can apply to any of the many DI libraries for .NET and .NET Core.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Dependency Injection (DI) is a great way to reduce tight coupling between software components. Instead of hard-coding dependencies, such as specifying a database driver, you make those connections through a third party. Central to application frameworks like ASP.NET Core, DI enables you to better manage changes and other complexity in your software.

About the Book

Dependency Injection Principles, Practices, and Patterns is a revised and expanded edition of the bestselling classic Dependency Injection in .NET. It teaches you DI from the ground up, featuring relevant examples, patterns, and anti-patterns for creating loosely coupled, well-structured applications. The well-annotated code and diagrams use C# examples to illustrate principles that work flawlessly with modern object-oriented languages and DI libraries.

What's Inside

  • Refactoring existing code into loosely coupled code
  • DI techniques that work with statically typed OO languages
  • Integration with common .NET frameworks
  • Updated examples illustrating DI in .NET Core

About the Reader

For intermediate OO developers.

About the Authors

Mark Seemann is a programmer, software architect, and speaker who has been working with software since 1995, including six years with Microsoft. Steven van Deursen is a seasoned .NET developer and architect, and the author and maintainer of the Simple Injector DI library.

Table of Contents

    PART 1 Putting Dependency Injection on the map
  1. The basics of Dependency Injection: What, why, and how
  2. Writing tightly coupled code
  3. Writing loosely coupled code
  4. PART 2 Catalog
  5. DI patterns
  6. DI anti-patterns
  7. Code smells
  8. PART 3 Pure DI
  9. Application composition
  10. Object lifetime
  11. Interception
  12. Aspect-Oriented Programming by design
  13. Tool-based Aspect-Oriented Programming
  14. PART 4 DI Containers
  15. DI Container introduction
  16. The Autofac DI Container
  17. The Simple Injector DI Container
  18. The Microsoft.Extensions.DependencyInjection DI Container

About the author

Mark Seemann is a software architect living in Copenhagen. Previously a developer and architect at Microsoft, Mark is now an independent consultant.

Steven van Deursen is a seasoned .NET developer and architect, and the author and maintainer of the Simple Injector DI library.

tracking-