Back to Browse

Bridge Pattern - DESIGN PATTERNS (C#/.NET)

5.8K views
Jul 10, 2021
11:01

Learn about the bridge pattern, which is a structural design pattern that decouples code. The main concept behind this pattern is to prefer composition rather than inheritance. Design patterns are important for implementing object-oriented designs and adhering to SOLID principles. Understanding these fundamental patterns helps software developers build clean and maintainable applications. TIMESTAMPS: 0:00 - Pattern Introduction 0:36 - Demo Introduction 2:41 - Why I Need a Bridge 3:06 - Creating the Bridge (IBookContentProvider) 4:26 - Using the Bridge 6:07 - Requirement Change 6:56 - Bridging the Publish Functionality 9:34 - Benefits Review 10:35 - Conclusion SOURCE CODE: https://github.com/SingletonSean/design-patterns-csharp OTHER LINKS: Become a Member: https://www.youtube.com/channel/UC7X9mQ_XtTYWzr9Tf_NYcIg/join Donations: https://www.paypal.com/biz/fund?id=UBZCZWX2UVWJE

Download

0 formats

No download links available.

Bridge Pattern - DESIGN PATTERNS (C#/.NET) | NatokHD