ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,498,274 results

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

139,717 views

1 year 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,681 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,218 views

4 years 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

201,102 views

1 year 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,611,351 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,989 views

2 years 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

5,110 views

10 months 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,939 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,644 views

1 year ago

People also watched

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,377 views

2 years ago

ForrestKnight
7 Design Patterns EVERY Developer Should Know

Which includes the greatest pattern of all time, the strategy pattern. Think of it like switching between different navigation apps ...

23:09
7 Design Patterns EVERY Developer Should Know

923,948 views

1 year 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,920 views

3 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#)

128,323 views

4 years 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,526,626 views

6 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,323 views

3 years ago

Tech With RGenics
State Design Pattern in C# | State Design Pattern (Part 20)

State design pattern is explained by refactoring a not well designed code. It explains what is State design pattern , when to use ...

21:50
State Design Pattern in C# | State Design Pattern (Part 20)

2,602 views

5 years ago

CppCon
C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

1:00:00
C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019

38,205 views

6 years ago

Christopher Okhravi
Strategy Pattern (in real life) Screencast – OO Design Patterns Screencasts (ep 2)

Real world example of Strategy Pattern in C#. In this screencast series we explore Design Patterns for Object Oriented Languages ...

51:05
Strategy Pattern (in real life) Screencast – OO Design Patterns Screencasts (ep 2)

21,273 views

7 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,170 views

10 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,819 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,515 views

1 year 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

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,886 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,035 views

3 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

260,258 views

1 year ago

NDC Conferences
Functional Design Patterns - Scott Wlaschin

In object-oriented development, we are all familiar with design patterns such as the Strategy pattern and Decorator pattern, and ...

1:05:50
Functional Design Patterns - Scott Wlaschin

316,563 views

8 years 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,023 views

2 years ago

Tech With RGenics
Strategy Design Pattern in c# | How to implement strategy pattern| Strategy Design Pattern (Part 13)

Strategy design pattern is explained by refactoring a not well designed code. It explains what is Strategy design pattern , when to ...

13:16
Strategy Design Pattern in c# | How to implement strategy pattern| Strategy Design Pattern (Part 13)

1,907 views

5 years ago

Code Maze
Strategy Design Pattern In C#

Check out our courses: https://bit.ly/cdmz-courses ▻▻ Support us on Patreon and get the source code: ...

11:46
Strategy Design Pattern In C#

2,409 views

1 year ago