Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Adaptive Code via C#: Agile coding with design patterns and SOLID principles

Posted By: naag
Adaptive Code via C#: Agile coding with design patterns and SOLID principles

Adaptive Code via C#: Agile coding with design patterns and SOLID principles (Developer Reference) by Gary McLean Hall
2014 | ISBN: 0735683204 | English | 432 pages | EPUB | 2.22 MB

Your process may be agile, but are you building agility directly into the code base? This book teaches .NET programmers how to give code the flexibility to adapt to changing requirements and customer demands by applying cutting-edge techniques, including SOLID principles, design patterns, and other industry best practices.

Understand why composition is preferable to inheritance and how flexible the interface really can be
Gain deep knowledge of key design patterns and anti-patterns, when to apply them, and how to give their code agility
Bridge the gap between the theory behind SOLID principles, design patterns, and industry best practices by pragmatically solving real-world problems
Get code samples written in upcoming version of Microsoft Visual C#
Topics include: Agile with Scrum process; dependencies and layering; the interface; patterns and anti-patterns; introduction to SOLID principles, including open/closed and dependency interjection; and using application templates