Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Dependency Injection in .NET (Repost)

Posted By: insetes
Dependency Injection in .NET (Repost)

Dependency Injection in .NET By Mark Seemann
2011 | 584 Pages | ISBN: 1935182501 | EPUB + MOBI | 7 MB + 8 MB


Dependency Injection in .NET, winner of the 2013 Jolt Awards for Productivity, 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. About this Book 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. This book is written for C# developers. No previous experience with DI or DI frameworks is required. Winner of 2013 Jolt Awards: The Best Books—one of five notable books every serious programmer should read. Many C#-based examples A catalog of DI patterns and anti-patterns Using both Microsoft and open source DI frameworks