ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,394,482 results

Related queries

design patterns python

strategy pattern c++

state design pattern

strategy design pattern hindi

design patterns شرح

observer design pattern

design patterns oop

visitor design pattern

command design pattern

Jono Williams
Strategy Pattern, The Best Software Design Pattern

The strategy pattern is my favorite software design pattern ‍ ‍ ‍ Social ...

2:23
Strategy Pattern, The Best Software Design Pattern

138,060 views

1 year ago

Raw Coding
Strategy Design Pattern (C#)

The strategy design pattern explained with examples in code. Hide functionality behind an interface and interchange it. Patreon ...

7:33
Strategy Design Pattern (C#)

11,172 views

4 years ago

Eric Tech
[Design Pattern] Strategy Pattern in c#  | Software Design Pattern

Tired of writing if-else spaghetti code every time you add a new feature? The Strategy Pattern is here to save you. In this video ...

5:34
[Design Pattern] Strategy Pattern in c# | Software Design Pattern

3,892 views

3 years ago

Christopher Okhravi
Strategy Pattern – Design Patterns (ep 1)

Video series on Design Patterns for Object Oriented Languages. This time we explore the Strategy Pattern. BUY MY BOOK: ...

35:11
Strategy Pattern – Design Patterns (ep 1)

1,608,424 views

8 years ago

WebGentle
What is Strategy Design Pattern in C# (CSharp)? | How to Implement Strategy Design Pattern in C#

What is Strategy design pattern in C# (CSharp)? The Strategy Design Pattern is one of the most powerful tools in a developer's ...

14:02
What is Strategy Design Pattern in C# (CSharp)? | How to Implement Strategy Design Pattern in C#

1,774 views

1 year ago

Bitlytic
Modular Upgrades Made Easy Using the Strategy Pattern

In this video we'll look at an application of the Strategy Pattern to game dev in Godot 4. The Strategy Pattern is a programming ...

6:41
Modular Upgrades Made Easy Using the Strategy Pattern

195,368 views

1 year ago

People also watched

The PrimeTime
Solid Programming - No Thanks

Recorded live on twitch, GET IN ### Article https://www.freecodecamp.org/news/solid-principles-explained-in-plain-english/ By: ...

32:00
Solid Programming - No Thanks

467,369 views

1 year ago

freeCodeCamp.org
Advanced C# Programming Course

Learn advanced C# programming concepts. This course is designed to elevate your programming proficiency, delving into ...

15:07:55
Advanced C# Programming Course

851,089 views

2 years ago

platis.solutions
C++ Builder design pattern: A pragmatic approach

A pragmatic approach to the Builder design pattern with C++ GitHub repo: https://github.com/platisd/cpp-builder-pattern Slides: ...

14:49
C++ Builder design pattern: A pragmatic approach

5,296 views

2 years ago

Jono Williams
Strategy and Factory Pattern, The Best Software Design Pattern Combo

The strategy and factory pattern is the perfect software design combo. ‍ ‍ ‍ Social ...

3:45
Strategy and Factory Pattern, The Best Software Design Pattern Combo

66,032 views

1 year ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,523,006 views

5 years ago

DotNet Core Central
Strategy Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

A strategy pattern is a Behavioral design pattern. The main intent of the pattern is to define a family of algorithms, encapsulate ...

14:49
Strategy Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

3,911 views

3 years ago

campbelltech
Factory Pattern in C#: Creating Objects with Ease

In this video, you'll learn how to implement the Factory Pattern in C# and how it can help simplify your object creation process.

12:54
Factory Pattern in C#: Creating Objects with Ease

27,214 views

2 years ago

Raw Coding
Factory, Abstract Factory, Factory Method - Design Pattern (C#)

Explanation & Examples for the Factory, Abstract Factory and Factory Method design patterns. Patreon ...

9:28
Factory, Abstract Factory, Factory Method - Design Pattern (C#)

127,778 views

4 years ago

Code Insights
Strategy Design Pattern Explained Using C#

Subscribe for more content: http://vid.io/xqZ4 Check out our other videos: http://vid.io/xqZ9 This episode explains the strategy ...

7:34
Strategy Design Pattern Explained Using C#

39,165 views

10 years ago

tutorialsEU - C#
Singleton Design Pattern in C# - Do it THAT way

C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp-progress-academy ‍♂️ Learn ...

13:15
Singleton Design Pattern in C# - Do it THAT way

40,003 views

3 years ago

Suresh Srivastava
Strategy Design Pattern In Objective-C

Strategy design pattern in Objective-C. Strategy design pattern is used for selection of algorithm from a family of algorithms based ...

7:45
Strategy Design Pattern In Objective-C

137 views

9 years ago

git-amend
Clean Code using the Strategy Pattern

Unity C# Architecture: Strategy Programming Pattern in Unity C# using expert Software Engineering Principles. Modularize ...

12:34
Clean Code using the Strategy Pattern

26,648 views

2 years ago

NET Programmer
Strategy Design Pattern in C#

In this video I explain the strategy design pattern using C# programming language. I will also show a practical example of it's ...

4:31
Strategy Design Pattern in C#

2,023 views

3 years ago

Mike Shah
C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior

Software Design and Design Patterns Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9wBflF0f6ynlDQuaeKYzyc ...

26:31
C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior

3,584 views

1 year ago

C++Online
The Strategy Design Pattern in Cpp - Mike Shah - C++Online 2024

The Online C++ Conference - https://cpponline.uk/ -- @cpponlineconf --- The Strategy Design Pattern in Cpp - Mike Shah ...

59:55
The Strategy Design Pattern in Cpp - Mike Shah - C++Online 2024

2,508 views

1 year ago

The Serious CTO
How the Strategy Pattern Will Save Your Code

In this video, we're going to dive into the world of design patterns and explore one of the most powerful and flexible patterns out ...

3:30
How the Strategy Pattern Will Save Your Code

4,656 views

10 months ago

SingletonSean
Strategy Pattern - DESIGN PATTERNS (C#/.NET)

Learn about the strategy pattern, which is a behavioral design pattern that decouples an algorithm from the client that uses the ...

20:36
Strategy Pattern - DESIGN PATTERNS (C#/.NET)

4,006 views

2 years ago

Sukhad Anand
Strategy Pattern – Design Patterns (ep 1) | LOW LEVEL DESIGN | Techie007 | Sukhad Anand

Strategy Pattern – Design Patterns (ep 1) | LOW-LEVEL DESIGN | Techie007 | Sukhad Anand Hello everyone, Welcome back to ...

8:23
Strategy Pattern – Design Patterns (ep 1) | LOW LEVEL DESIGN | Techie007 | Sukhad Anand

10,690 views

3 years ago

Tech With Pat
How to Implement the Strategy Pattern in C#:

In this video, we'll go over how to implement the Strategy Design Pattern in C#. The Strategy Pattern is a behavioral design ...

8:51
How to Implement the Strategy Pattern in C#:

7,864 views

2 years ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

CHAPTERS 00:00 - Introduction 00:37 - What is a Design Pattern? 02:01 - What are the Design Patterns? 03:27 - Strategy Pattern ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

422,139 views

2 years ago

freeCodeCamp.org
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

In this comprehensive and beginner-friendly course, you will learn all of the tools that you need to become an advanced OOP ...

11:46:54
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

254,864 views

1 year ago

Dave Leeds
Applying the Strategy Pattern in Kotlin

The strategy pattern is one of my favorites from the original Design Patterns book. In this video, we'll see why the strategy pattern ...

10:20
Applying the Strategy Pattern in Kotlin

12,225 views

1 year ago

The PrimeTime
8 Design Patterns | Prime Reacts

Design patterns are really useful ;) ORIGINAL: https://www.youtube.com/watch?v=tAuRQs_d9F8 Recorded live on twitch, GET IN ...

22:10
8 Design Patterns | Prime Reacts

531,208 views

2 years ago

Code, Tech, and Tutorials
The Strategy Design Pattern - Ep 22 - C++ Coding

The Strategy Pattern can be very useful for swapping algorithms within an object's composition.

16:54
The Strategy Design Pattern - Ep 22 - C++ Coding

4,685 views

2 years ago