Dependency injection in .NET

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. About the Technology Dependen...

Full description

Bibliographic Details
Main Author: Seemann, Mark
Format: eBook
Language:English
Published: Shelter Island, NY Manning 2012
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03435nmm a2200397 u 4500
001 EB001917040
003 EBX01000000000000001079942
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1935182501 
050 4 |a QA76.76.M52 
100 1 |a Seemann, Mark 
245 0 0 |a Dependency injection in .NET  |c Mark Seemann 
260 |a Shelter Island, NY  |b Manning  |c 2012 
300 |a xxx, 552 pages  |b illustrations 
505 0 |a A dependency injection tasting menu -- A comprehensive example -- DI containers -- DI patterns -- DI anti-patterns -- DI refactorings -- Object composition -- Object lifetime -- Interception -- Castle Windsor -- StructureMap -- Spring.NET -- Autofac -- Unity -- MEF. 
505 0 |a Includes bibliographical references (pages 526-530) and index 
653 |a Logiciels d'application / Développement 
653 |a Microsoft .NET Framework 
653 |a Application software / Development / fast 
653 |a Microsoft .NET Framework / fast 
653 |a Programmation Internet 
653 |a Application software / http://id.loc.gov/authorities/subjects/sh90001980 
653 |a Internet programming / http://id.loc.gov/authorities/subjects/sh96009904 
653 |a Logiciels d'application 
653 |a Application software / fast 
653 |a Internet programming / fast 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781935182504 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781935182504/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.117 
520 |a 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. 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 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. What's Inside Many C#-based examples A catalog of DI patterns and anti-patterns Using both Microsoft and open source DI frameworks Tabel of Contents PART 1 PUTTING DEPENDENCY INJECTION ON THE MAP A Dependency Injection tasting menu A comprehensive example DI Containers PART 2 DI CATALOG DI patterns DI anti-patterns DI refactorings PART 3 DIY DI Object Composition Object Lifetime Interception PART 4 DI CONTAINERS Castle Windsor StructureMap Spring.NET Autofac Unity MEF.