Summary
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, Windsor Castle, and Unity.
About the Technology
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 connected by then a third party. This technique enables you manage to better 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.
Коментарі
Немає коментарів. Будьте першим, хто залишить коментар!
Щоб залишити коментар, будь ласка, увійдіть або зареєструйтесь