Тёмный

Prototype Design Pattern (C#) 

Raw Coding
Подписаться 71 тыс.
Просмотров 17 тыс.
50% 1

Explanation & examples for how to use and implement the Prototype design pattern.
Patreon 🤝 / raw_coding
Courses 📚 learning.raw-coding.dev
Shop 🛒 shop.raw-coding.dev
Discord 💬 / discord
Twitter 📣 / anton_t0shik
Twitch 🎥 / raw_coding
Playlist: • c# design patterns
Source: github.com/raw-coding-youtube...
#csharp #designpattern #prototype

Опубликовано:

 

21 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@danielhadad4911
@danielhadad4911 3 года назад
This was enlightening and so much fun. Thanks!
@RawCoding
@RawCoding 3 года назад
Thank you for watching
@liangbinyu7620
@liangbinyu7620 Год назад
Illustrating the implementation of the design pattern with a solid example was quite impressive👍
@thomason993
@thomason993 3 года назад
Hi and thank you very much for your videos. I am currently watching your Authentication/Authorization series to set up an Identity provider, and your videos are extremely helpful. I owe you. I'd like to suggest also, if you 'd like in the future to make a series about a web application based on microservices and cover the basic parts and concerns of this design pattern. I am studying microservices and domain driven design myself the last few months and I think its a very interesting topic that would fit perfectly on your channel's content. Thank you again.
@RawCoding
@RawCoding 3 года назад
Thank you for watching and the suggestion. I might do something about micro services in the future.
@toss2151988
@toss2151988 3 года назад
Super video and series :) I'm looking forward to more videos about design patterns :) Thx
@RawCoding
@RawCoding 3 года назад
Cheers
@jamesherrero7334
@jamesherrero7334 3 года назад
Love this series!
@RawCoding
@RawCoding 3 года назад
Cheers
@huckelberryfizzle
@huckelberryfizzle 3 года назад
Great videos and channel man
@RawCoding
@RawCoding 3 года назад
Cheers
@Pedro5antos_
@Pedro5antos_ 3 года назад
great explanation!
@RawCoding
@RawCoding 3 года назад
Ta
@expertreviews1112
@expertreviews1112 3 года назад
Awesome vid as ALWAYS. waiting you to cover all major patterns in this playlist
@RawCoding
@RawCoding 3 года назад
We’ll get there
@expertreviews1112
@expertreviews1112 3 года назад
Absolutely!!! Abs loved your playlist on Authentication and Authorization!!! Mega work
@pedroferreira9234
@pedroferreira9234 3 года назад
loving this playlist! in C# you can use the ICloneable interface for this purpose right?
@RawCoding
@RawCoding 3 года назад
Sure this I wouldn’t recommend it because you’d be getting an object type
@pedroferreira9234
@pedroferreira9234 3 года назад
@@RawCoding Ya you right....they should create ICloneable or something.
@thegaribovv
@thegaribovv Год назад
Explaning the concept via excel, is good approach
@gerarduab9960
@gerarduab9960 3 года назад
Good serie. What keyboard are you using? I love that key switch sound!
@RawCoding
@RawCoding 3 года назад
Cheers, Flico convertible 2 brown switches
@PhanHuy88
@PhanHuy88 3 года назад
Really greate mate!
@RawCoding
@RawCoding 3 года назад
Thanks
@orgolan1986
@orgolan1986 3 года назад
Awsome videos. Have you heard of .net orleans? Is there any chance to make a series on this architecture? it's based on Actor model design pattern
@RawCoding
@RawCoding 3 года назад
I’m aware of it. Maybe some time in the futur
@christiandemienculanag2320
@christiandemienculanag2320 2 года назад
Nice!!
@RawCoding
@RawCoding 2 года назад
Cheers
@adam-xt8te
@adam-xt8te 2 года назад
LinqPad is awesome
@timurkleperson4033
@timurkleperson4033 3 года назад
Good job. Thnx. Will you plan implement all patterns from GoF in this Playlist?
@RawCoding
@RawCoding 3 года назад
Cheers and yes
@sudhirpatil8217
@sudhirpatil8217 3 года назад
@@RawCoding that's g8...liked ur video...btw
@RawCoding
@RawCoding 3 года назад
Who u calling g8
@echosierrakilo2089
@echosierrakilo2089 3 года назад
@@RawCoding I guess, it could be short for “great” :)
@sudhirpatil8217
@sudhirpatil8217 3 года назад
@@RawCoding I meant that's Great
@rjcarneiro
@rjcarneiro 3 года назад
Just about the Excel alignment, Excel automatically aligns text to the left and numbers to the right.
@RawCoding
@RawCoding 3 года назад
Cheers ;)
@rjcarneiro
@rjcarneiro 3 года назад
@@RawCoding You're a great dev, keep going the great work!
@tuberklz
@tuberklz 3 года назад
enlightening. but, wait. did you paint your logo on the wall?
@RawCoding
@RawCoding 3 года назад
It’s a flag )
@clearlyunwell
@clearlyunwell 3 года назад
👍🏽
@RawCoding
@RawCoding 3 года назад
)
@ivandrofly
@ivandrofly Год назад
SingletonSean; Raw Coding; Nick Chapsas;
@sunnypatel1045
@sunnypatel1045 3 года назад
Hey pal which is your favorite design pattern?
@RawCoding
@RawCoding 3 года назад
🏭
@sunnypatel1045
@sunnypatel1045 3 года назад
Nice I’m a decorator and strategy guy 😁
@RawCoding
@RawCoding 3 года назад
Eeeh those are pretty good )
@nullentrophy
@nullentrophy 2 года назад
Weird Pattern
Далее
Singleton Design Pattern (C#, Microservices)
15:22
Просмотров 13 тыс.
Decorator/Wrapper Design Pattern (C#)
16:01
Просмотров 13 тыс.
Monad Design Pattern (C#)
20:07
Просмотров 11 тыс.
What is the Prototype Design Pattern?
7:48
Просмотров 8 тыс.
Builder Design Pattern (C#)
12:05
Просмотров 36 тыс.
Паттерн "прототип" на языке C#
20:34
Proxy/Ambassador Design Pattern (C#, Microservices)
13:09
Monoid Design Pattern (C#)
14:03
Просмотров 5 тыс.
50 hours of Mid-Level System Design in One Hour
40:59
Composite Design Pattern (C#)
11:21
Просмотров 9 тыс.
What You Need To Know About The COMMAND PATTERN
14:09
Просмотров 3,4 тыс.