Learning Paths
Design Patterns in C#
24 courses
15 hours
Design patterns have evolved from years of experience in resolving frequently encountered problems when writing object-oriented software. These patterns are templates that provide developers with a blueprint on how to create flexible, easily maintainable applications.
Like a building, design patterns can differ in style and form but not in purpose. Their purpose remains the same; to provide a solid structural framework for an application.
Courses in this path
Behavioral
Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects.
Creational
Creational patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.
Structural
Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.