Sunday, February 12, 2012

Dependency Injection in .NET

TITLE: Dependency Injection in .NET
AUTHOR: Mark Seemann

ISBN: 1935182501
Edition: 1
Publisher: Manning Publications
NumberOfPages: 584
PublicationDate: 2011-09-28
EditorialReview:
Summary
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.

Friday, February 3, 2012

Beginning PHP 5.3


Matt Doyle, "Beginning PHP 5.3" Publisher: Wrox | pages: 840 | 2009 | ISBN: 0470413964 | PDF | 7,8 mb


This book is intended for anyone starting out with PHP programming. If you’ve previously worked in another programming language such as Java, C#, or Perl, you’ll probably pick up the concepts in the earlier chapters quickly; however, the book assumes no prior experience of programming or of building Web applications.

http://www.desifile.com/files/99982245997/Beginning_PHP_5.3.pdf