[依赖注入] .Net 依赖注入 实战 (英文版)

时间:2017-03-28 16:19:20
【文件属性】:
文件名称:[依赖注入] .Net 依赖注入 实战 (英文版)
文件大小:12.72MB
文件格式:7Z
更新时间:2017-03-28 16:19:20
依赖注入 .Net ☆ 资源说明:☆ [Manning Publications] .Net 依赖注入 实战 (英文版) [Manning Publications] Dependency Injection in .NET (E-Book) ☆ 图书概要:☆ 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. ☆ 出版信息:☆ [作者信息] Mark Seemann [出版机构] Manning Publications [出版日期] 2011年09月28日 [图书页数] 584页 [图书语言] 英语 [图书格式] PDF 格式
【文件预览】:
[Manning Publications] Dependency Injection in .NET.pdf

网友评论

  • 文档质量很好,作者的思路也很清晰,确实是学习依赖注入的一本好书
  • 挺不错的一本书
  • 挺不错的,很清晰,内容也比较有条理
  • 使用反射,每个层只需要一个工厂,然后通过从配置文件中读出程序集的名称,动态加载相应类
  • 依赖注入very good,工作中正需要