Details for this torrent 

Yaroshenko T. Design Patterns in .NET. Mastering design patterns...NET Code 2024
Type:
Other > E-books
Files:
1
Size:
16.11 MiB (16897435 Bytes)
Uploaded:
2024-03-02 10:00 GMT
By:
andryold1
Seeders:
32
Leechers:
11

Info Hash:
17C50BA520EF235E6517777D5C6191A05DDCB1C2




Textbook in PDF format

A 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 principles: Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion for building maintainable, scalable, and testable code.
.NET. This small and simple word is already known in the world of software development for 20 years. Each year, the evolution of this platform has been enormous. Microsoft invested a significant effort to modernize and make this platform competitive in our rapidly changing world. Now, after 20 years, it has become one of the leading platforms for developing software in many areas, including enterprise and distributed systems, mobile, games, home pages, IoT systems, AI, etc. However, to use it efficiently, it is not enough to just learn the language and libraries. You need to start thinking from a new perspective. This book can help you take your first step on the path of writing efficient, concise code that will be understandable by your colleagues and executed quickly by your devices.
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