Dependency injection in .NET is now available!

    Hello!
    We have good news! The book "Dependency Injection in .NET" is already on sale.



    Annotation:


    Dependency injection reduces the strong binding between software components. Instead of hard coding dependencies (for example, the driver of a database), a list of services that the component may need is implemented. After that, the services are connected by a third party. This approach provides better management of future changes and solving problems in the software being developed. This book talks about dependency injection and is a practical guide to their use in .NET applications. The publication contains basic dependency injection patterns written in pure C #. In addition, methods for integrating dependency injections with standard Microsoft technologies, such as ASP.NET MVC, as well as examples of the application frameworks StructureMap, Castle Windsor and Unity, are considered.

    Book online piter.com
    Index .
    Excerpt .
    Book price: 699 rub.
    Electronic version: 599 rub.

    Last post about the book.

    Also popular now: