eBooks-it.org Logo
eBooks-IT.org Inner Image

Mark Seemann eBooks

Download free Mark Seemann eBooks

Dependency Injection in .NET

Dependency Injection in .NET Image
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, Castle Windsor, 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 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...


2007 - 2017 © eBooks-IT.org