ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

86,597 results

Related queries

repository design pattern

design patterns c# interview questions

design patterns interview questions

facade design pattern

design patterns شرح

strategy design pattern

design patterns in java

creational design patterns

singleton pattern interview questions c#

prototype design pattern

factory method design pattern

singleton java

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

3 years ago

kudvenkat
Singleton Design Pattern

1. What is Singleton Design Pattern 2. Singleton as Creational Pattern 3. Implementation Guidelines 4. How do we implement a ...

11:59
Singleton Design Pattern

571,593 views

8 years ago

Portfolio Courses
Singleton Design Pattern | C++ Example

How to implement the singleton design pattern in C++. This implementation is thread-safe and uses lazy instantiation. Source ...

13:24
Singleton Design Pattern | C++ Example

22,933 views

3 years ago

CodeBeauty
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

In this video, you'll learn what is Singleton Design Pattern and how to implement it from scratch, step by step. This is a ...

28:12
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

8,016 views

8 months ago

Nick Proud
The Singleton Pattern in C#. How to Use It...But Should You???

It's time to dig into some C# design patterns, and my first design pattern video is all about the Singleton Pattern. It's a common ...

10:42
The Singleton Pattern in C#. How to Use It...But Should You???

3,263 views

2 years ago

IAmTimCorey
The Singleton Design Pattern - Part of the Gang of Four

What is the Singleton Design Pattern, how do you use it, and why is it important? These are all great questions, and in this video, ...

28:41
The Singleton Design Pattern - Part of the Gang of Four

80,181 views

5 years ago

The Cherno
SINGLETONS in C++

Go to http://www.hostinger.com/cherno and use code "cherno" to get up to 91% OFF yearly web hosting plans. Succeed faster!

19:16
SINGLETONS in C++

221,847 views

5 years ago

People also watched

TodoCode
SINGLETON PATTERN the pattern you absolutely MUST LEARN

SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...

19:15
SINGLETON PATTERN the pattern you absolutely MUST LEARN

11,584 views

3 weeks ago

ForrestKnight
7 Design Patterns EVERY Developer Should Know

Check out Twingate for secure remote work for developers: ...

23:09
7 Design Patterns EVERY Developer Should Know

907,821 views

1 year ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

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

422,357 views

2 years ago

Bruce_Douglass
Design Patterns for Embedded Systems in C

This talk discusses design patterns for real-time and embedded systems developed in the C language. Design is all about ...

1:03:04
Design Patterns for Embedded Systems in C

45,774 views

4 years ago

ArjanCodes
The Real Reason the Singleton Pattern Exists

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...

15:31
The Real Reason the Singleton Pattern Exists

39,211 views

3 months ago

CppCon
Retiring the Singleton Pattern: Concrete Suggestions for What to use Instead - Peter Muldoon

https://cppcon.org/ ...

1:02:09
Retiring the Singleton Pattern: Concrete Suggestions for What to use Instead - Peter Muldoon

43,380 views

5 years ago

Patrick WashingtonDC
C# Design Patterns - step by step - made easy for Beginners.

Fastest way to learn C# Design Patterns. A 3 day class edited so tight, what resulted was just 2.5 hrs. When you learn a ...

1:00:57
C# Design Patterns - step by step - made easy for Beginners.

160,688 views

7 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,523,219 views

5 years ago

Nick Chapsas
"Stop Using Singletons in .NET!" | Code Cop #009

Use code MICRO20 and get 20% off the brand new "Getting Started with Microservices Architecture" course on Dometrain: ...

13:52
"Stop Using Singletons in .NET!" | Code Cop #009

78,596 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

Awesome T-Shirts! Sponsors! Books! ☟☟ Books to reference: * [C++ Software Design](https://amzn.to/3RgBJ7n) (from Klaus, ...

16:49
C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

38,307 views

2 years ago

Suresh Srivastava
Singleton Design Pattern In Objective-C

Singleton design pattern in Objective-C. Singleton design pattern is used to create one and only one instance of a class. We have ...

3:59
Singleton Design Pattern In Objective-C

1,667 views

9 years ago

Professor Hank Stalica
C++ Tutorial: the singleton design pattern

Let's talk about the singleton design pattern and two different implementations using C++. In software engineering, the singleton ...

23:04
C++ Tutorial: the singleton design pattern

2,892 views

3 years ago

Martin K. Schröder
Embedded C Programming Design Patterns: Singleton Pattern

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

34:01
Embedded C Programming Design Patterns: Singleton Pattern

3,473 views

2 years ago

CodingHelpLine
#Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial)

Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial) The Singleton design pattern is a creational design ...

19:34
#Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial)

31 views

2 years ago

CppNuts
Singleton Design Pattern In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

24:09
Singleton Design Pattern In C++

84,845 views

8 years ago

Mike Shah
Design Patterns - Singleton Pattern | Explanation and Implementation in C++

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

29:09
Design Patterns - Singleton Pattern | Explanation and Implementation in C++

13,584 views

4 years ago

Tural Suleymani
Design Patterns in C#: The easy Singleton

n this video, we dive deep into design patterns in programming with a focus on the Singleton Design Pattern in C#. Understanding ...

10:35
Design Patterns in C#: The easy Singleton

753 views

1 year ago

campbelltech
Singleton Pattern in C#: Easy Tutorial

Welcome to this easy tutorial on implementing the Singleton pattern in C#! In this video, we'll walk you through the step-by-step ...

18:35
Singleton Pattern in C#: Easy Tutorial

1,288 views

2 years ago

E-GRASP
Singleton Design Pattern with thread safety in C++

How to create a singleton design pattern both in classical C++ and Modern C++ - How to create singleton using pointer and make ...

14:08
Singleton Design Pattern with thread safety in C++

11,120 views

3 years ago

Vorbrodt's C-Plus-Plus Channel
Singleton Pattern Explained (in C++)

Brief bookclub talk I gave at work introducing the singleton design pattern in C++. Chapter 15 from Hands-On Design Patterns with ...

15:51
Singleton Pattern Explained (in C++)

643 views

3 years ago