
ارسال کتاب های زبان اصلی در بازه ۸ الی ۱۲ روزه انجام میشود.
------------------------------------------------------------------------------------------
https://www.amazon.co.uk/Dependency-Injection-NET-Second-Seemann/dp/161729473X
==============================================================
Dependency Injection Principles, Practices, and Patterns
by Mark Seemann (Author), Steven van Deursen(Author)
Summary
This Book 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.
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