BOOKS - Design Patterns in .NET: Mastering design patterns to write dynamic and effec...
US $9.67
781946
781946
Design Patterns in .NET: Mastering design patterns to write dynamic and effective .NET Code (English Edition)
Author: Timur Yaroshenko
Format: PDF
File size: PDF 17 MB
Language: English
Format: PDF
File size: PDF 17 MB
Language: English
Classic tricks in a modern wrap Key Features? Learn fundamentals of object-oriented programming (OOP).? Learn powerful creational, structural, and behavioral patterns.? Apply SOLID and GoF principles for maintainable and scalable code.DescriptionA comprehensive guide that takes you on a journey through the world of design patterns in .NET, empowering you to create software that is not only robust and efficient but also maintainable, scalable, and testable.Develop a solid understanding of object-oriented programming (OOP) principles, including inheritance, encapsulation, and polymorphism, forming the groundwork for well-structured code. Explore creational design patterns like Factory and Abstract Factory, mastering object instantiation, and delve into structural patterns such as Adapter and Composite, governing object composition. Navigate the intricacies of behavioral patterns like Template Method and Observer to control object interaction effectively. Unravel the mysteries of SOLID Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion for building maintainable, scalable, and testable code.This book can give you an insight into how modern software is written, what problems software developers face in their everyday work, and how they solve them by simplifying the design and structure of the code. After reading this book, you will become a better developer who can talk freely with more experienced colleagues and easily solve complex tasks with minimum effort.What you will learn? Designing simple and reusable solutions.? Reduce the learning curve in design patterns.? How to design your class hierarchy.? Explore ways to avoid common software design mistakes.? Elevate your software development skills to a new level.Who this book is forThis book is perfect for .NET developers of all levels, from beginners to professionals. Whether you are a software engineer, a system architect, or passionate about crafting high-quality code, this book will equip you with the knowledge and practical skills to become a true master of design patterns.Table of Contents1. Main OOP Standpoints2. Creational Design Factory and Builder3. Creational Design Singleton and Prototype4. Structural Design Adapter, Composite, and Flyweight5. Structural Design Object Composition6. Object Behavioral Design Patterns7. Behavioral Design Observer, Visitor, and State8. Behavioral Design Mediator and Command9. Behavioral Design Interpreter, Iterator, and Memento10. The SOLID Principles11. Inversion of Control in .NET Core