Dependency Injection in .NET

Dependency Injection in .NET

eBook Details:

  • Paperback: 584 pages
  • Publisher: WOW! eBook; 1st edition (September 28, 2011)
  • Language: English
  • ISBN-10: 1935182501
  • ISBN-13: 978-1935182504

eBook Description:

Dependency Injection in .NET presents core DI patterns in plain C# so you’ll fully understand how DI works, covers integration with standard Microsoft technologies like ASP.NET MVC, and teaches you to use DI frameworks like Structure Map, Castle Windsor, and Unity.

Dependency Injection is a great way to reduce tight coupling between software components. Instead of hard-coding dependencies, such as specifying a database driver, you inject a list of services that a component may need. The services are then connected by a third party. This technique enables you to better manage future changes and other complexity in your software.

Dependency Injection in .NET introduces DI and provides a practical guide for applying it in .NET applications. The book presents the core patterns in plain C#, so you’ll fully understand how DI works. Then you’ll learn to integrate DI with standard Microsoft technologies like ASP.NET MVC, and to use DI frameworks like StructureMap, Castle Windsor, and Unity. By the end of the book, you’ll be comfortable applying this powerful technique in your everyday .NET development.

DOWNLOAD

Leave a Reply

Your email address will not be published. Required fields are marked *