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

  Рет қаралды 154,814

Patrick WashingtonDC

Patrick WashingtonDC

Күн бұрын

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 programming language, you only learn how to read other people's code, not to write. For a given problem how do you go about designing class files? - Design Patterns is the answer. Gain confidence in becoming a better programmer. The easiest way to learn Design Patterns, in just 2.5 hrs go from a novice programmer to a proficient programmer.
Buy the full video at www.patrickvideos.com/
Direct links to buy gumroad.com/l/eKBSh
gumroad.com/l/zfGxN

Пікірлер: 111
@ajayverma-cv8pj
@ajayverma-cv8pj 2 жыл бұрын
Overview of the video 0:50 Singleton Pattern 14:15 Basic concept of inheritance , interface etc 38:10 Factory pattern 50:00 Template Pattern Thank me later :P
@kuchhbhi6080
@kuchhbhi6080 2 жыл бұрын
thnx
@notme9801
@notme9801 Жыл бұрын
Factory pattern at 35:37
@nukeman444
@nukeman444 Жыл бұрын
Thank you
@safionweb
@safionweb 4 жыл бұрын
Just paused the video to comment and tell you that "You're fantastic, man!".
@patrickwashingtondc
@patrickwashingtondc 4 жыл бұрын
Thank you!
@vaya99
@vaya99 2 жыл бұрын
@@patrickwashingtondc Really, fantastic way of explanation and clearing doubt on the go. Thanks for the effort you put.
@jalajaraju9889
@jalajaraju9889 4 жыл бұрын
The way the tutor explained is clear and understandable. I recommend people to watch this video before starting to code in C#. Great job Sir!! Your work is much appreciated.
@letsinnovate5384
@letsinnovate5384 5 жыл бұрын
Excellent !!! super simple thorough explanation, must watch.....
@balthytv3560
@balthytv3560 2 жыл бұрын
Perfect explanation, not only pattern logic but c# language too. Great job!
@anoopagarwal7884
@anoopagarwal7884 4 жыл бұрын
Great way of explaining everything transparently. Thanks
@dvd7404
@dvd7404 5 жыл бұрын
Great information , it clears all concepts about singleton , factory & template Thank you so much
@manjeetnandal1
@manjeetnandal1 4 жыл бұрын
The way to teach is very Smart & Awesome. Great Instructor! Great Xplaination! Great thanks!!
@rk_inspireworld
@rk_inspireworld 3 жыл бұрын
recently I failed to answer the basic concepts of object creation and its accessibility in interview, but after watching your video I am sure I can now answer these types of questions. Thank you very much to you and my friend who recommend this video.
@DebasmitSamal294
@DebasmitSamal294 2 жыл бұрын
amazing.... this is called concept. You made my day. Thank you
@KhalidAfridi1
@KhalidAfridi1 4 жыл бұрын
Excellent job dear. Thumbs Up! You covered the most difficult logic of Design Patterns in a single video with so easy and understandable steps. Thank you.
@techrelated2417
@techrelated2417 3 жыл бұрын
Super video Patrick, your teaching style is great, appreciate your video so much!!
@rezanourmand7827
@rezanourmand7827 3 жыл бұрын
Very well explained the concepts in an easy and efficient manner. Well done.
@zirklutesKerpa
@zirklutesKerpa 4 жыл бұрын
Wow, that is really great video! East and clear, thank you :)
@marcoweinhofer938
@marcoweinhofer938 4 жыл бұрын
Amazing video, very concise and well explained.
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 4 жыл бұрын
Advance level programming, thank you...
@tondar2127
@tondar2127 3 жыл бұрын
Wow thank you so much, it was amazingly described !
@ZenOfKursat
@ZenOfKursat 4 жыл бұрын
Finally someone tells very cleary. It seems you are better teacher than me bro. Thank you so much.
@KillingTheMeta
@KillingTheMeta 4 жыл бұрын
You are a really good teacher, thank you.
@hitlab
@hitlab 4 жыл бұрын
This is one of the best, if not The best explanation of various design patterns! Thank you for this video.
@mail4karthik100
@mail4karthik100 5 жыл бұрын
Best video for understanding design pattern
@ilayaecs
@ilayaecs 4 жыл бұрын
Amazing video very clear explanation it would be helpful whoever start learning about design pattern principles.
@SolarPlayer
@SolarPlayer 5 жыл бұрын
Great vid, clear explanation
@sunso143
@sunso143 2 жыл бұрын
I've came across the best explanation for these concepts so far.
@mvctest5293
@mvctest5293 3 жыл бұрын
You have explained the factory Pattern very good way. 👍👌
@saagarsoni3
@saagarsoni3 2 жыл бұрын
Excellent Teaching...Keep it up Patrick.
@syafiighazali
@syafiighazali Жыл бұрын
Super clear explanation, thanks so much!
@pathakmanoj59
@pathakmanoj59 4 жыл бұрын
Excellent explanation..you are great teacher..clear and concise..Thank you so much..!!
@DarkStoneDigital
@DarkStoneDigital 3 жыл бұрын
You're a fantastic teacher
@vinuhosanagar1
@vinuhosanagar1 5 жыл бұрын
Thanks much Sir. I'm sure you have delivered excellent lecture. :)
@MUHAMMADWASIM-NTU-
@MUHAMMADWASIM-NTU- 4 жыл бұрын
Very nice sir gggg. I have learned so many things from this video. I recommended other students to see this video if they don't have concept of design patterns.
@achilleskocaeli
@achilleskocaeli 3 жыл бұрын
Amazingly explained.. I watched tons of video, but your explanation is just extraordinary. Thanks for sharing.
@family.vibes.unleashed
@family.vibes.unleashed 3 жыл бұрын
This is one of the best design pattern tutorials that I ever came across! I enjoyed the way you taught the concepts. Thanks a lot for creating and sharing with us. However, I have one observation which I would like to share here. This is regarding the Template Method Pattern. In that example, the following changes would restrict access to the individual methods from the client: protected abstract void ReadData(); //Updated access specifier from public to protected protected abstract void ProcessData(); //Updated access specifier from public to protected The above changes would ensure that no client can call those ReadData() and ProcessData() separately.
@harshsaxena05
@harshsaxena05 2 жыл бұрын
amazing, no one has done this , i was looking for these concepts you really helped me, god bless you. Subscribed.. ✌
@navin2k6
@navin2k6 5 жыл бұрын
Excellent
@egoiisticprince7977
@egoiisticprince7977 3 жыл бұрын
This is an amazing explanation.
@charyvgk
@charyvgk 3 жыл бұрын
Superb , some of the concepts which you explained is over the top 🙌🏻
@mohanreddybagli
@mohanreddybagli 3 жыл бұрын
Excellent explanation!!!!
@marsakatlachetan3219
@marsakatlachetan3219 3 жыл бұрын
Dude..your explanation was awesome
@niketakasliwal
@niketakasliwal 7 ай бұрын
This is the best video, I always refer to this to refresh my concepts and adapt in solution
@MsYogeshPandey
@MsYogeshPandey 2 жыл бұрын
No words, thanks a lot sir!
@divyap9698
@divyap9698 5 жыл бұрын
Cool.. Nice explanation.. Thank u
@mestiriamine5555
@mestiriamine5555 5 жыл бұрын
Excellent, thank u so much.
@amitarora1158
@amitarora1158 3 жыл бұрын
I paused the video in between and subscribed your channel. Keep up the good work 👍
@narasinghrao4405
@narasinghrao4405 4 жыл бұрын
really good explanation sir, you r fully loaded gun.
@hurraay123
@hurraay123 3 жыл бұрын
Hello sir. I can see your last video was around 1 year back 😥. We miss your tutorials. Im sure too many people are waiting for you... Are you ok ??? Please do reply
@arpitpgupta
@arpitpgupta 2 жыл бұрын
What a session... Learnt a lot...👍
@MrAngel750
@MrAngel750 3 жыл бұрын
This is big help for me. Thank you for sharing your knowledge sir :)
@onlytechnical9408
@onlytechnical9408 2 жыл бұрын
Great video amazing info
@akshatagupta1041
@akshatagupta1041 2 жыл бұрын
thanks a lot, ur explanation is just amazing
@TheXunty
@TheXunty 4 жыл бұрын
Really Nice explanation for beginners like me.
@1002kmy
@1002kmy 4 жыл бұрын
You are awesome, very clear.
@venusreshta
@venusreshta 3 жыл бұрын
Gone through many channels and videos but the stuff here is really Awesome
@patrickwashingtondc
@patrickwashingtondc 3 жыл бұрын
Thank you!
@astronautischilling
@astronautischilling Жыл бұрын
Man, very amazing explanation
@richardleung640
@richardleung640 4 жыл бұрын
Great video!
@jithuakumar
@jithuakumar 5 ай бұрын
Excellent 👍💯
@bhushanskiller9863
@bhushanskiller9863 2 жыл бұрын
Hats off this is the best
@vivekgupta-zr7su
@vivekgupta-zr7su 2 жыл бұрын
Best tutorials over internet
@jeansylvaintoubou8065
@jeansylvaintoubou8065 4 жыл бұрын
very well explained!!!
@luvu1810
@luvu1810 Жыл бұрын
Perfect Video!!
@mvijaykumar73
@mvijaykumar73 4 жыл бұрын
The best design patterns video, wonderfully, explained in a most simpler and effective way.
@sandeep.mallah
@sandeep.mallah 3 жыл бұрын
Amazing explanation.
@NajnaAbdulla
@NajnaAbdulla 4 жыл бұрын
Great explanation
@nidhipatil9451
@nidhipatil9451 3 жыл бұрын
Most of the interview questions covered! Explained in very simple and easy to understand manner!
@aymannasr1323
@aymannasr1323 4 жыл бұрын
Thank You , You r a coder changer xD
@astronautischilling
@astronautischilling Жыл бұрын
Amazing sir !!!!
@sushantsinha5781
@sushantsinha5781 3 жыл бұрын
Excellent thank you
@getright20
@getright20 3 жыл бұрын
This is the best video about patterns I ever saw. Thank you!
@csrbija5286
@csrbija5286 4 жыл бұрын
Nice and simple ! Tnx
@ramakumari9036
@ramakumari9036 3 жыл бұрын
good explanation and keep on rock
@rashmisharma7388
@rashmisharma7388 Жыл бұрын
superb expanation. i wanna say thank you
@shobhamahadev118
@shobhamahadev118 7 ай бұрын
Factory pattern is nicely explained
@indian7082
@indian7082 2 жыл бұрын
Best explanation
@br33zy771
@br33zy771 2 жыл бұрын
this is excellent, thank you
@sweetamri
@sweetamri 2 жыл бұрын
Very nice explanation Sir👍
@fahadaslamtanoli
@fahadaslamtanoli 2 жыл бұрын
very good explanation
@madhusudhansageni9565
@madhusudhansageni9565 Жыл бұрын
Clear and easy to understand. Would love to see more about other patterns from this channel.
@sevensrikanth
@sevensrikanth 4 жыл бұрын
fantastic
@shumbushonorberthagenimana6192
@shumbushonorberthagenimana6192 10 ай бұрын
Great video Patrick! just to add, for thread safety sake, you could add public class Logger { private static Logger instance = null; private static readonly object instanceLock = new object(); private Logger() { } public static Logger GetInstance() { lock (instanceLock) { if (instance == null) { instance = new Logger(); } return instance; } } }
@patrickwashingtondc
@patrickwashingtondc 9 ай бұрын
Thank you!
@venkatpalllantla1302
@venkatpalllantla1302 5 жыл бұрын
I was scratching my head for days to understand this things, I have spend so much money to leran this concepts. none of them make sense to me. But, the ways of explaining was awesome, I can understand them just watching them first time.Thank you Boss.
@krzysztofhandzlik9273
@krzysztofhandzlik9273 5 жыл бұрын
Perfect :) Very good video
@supriyasrivastava7379
@supriyasrivastava7379 5 жыл бұрын
awesome explanation ,,, I purchased the full video
@divyaaarthi4996
@divyaaarthi4996 2 жыл бұрын
@Kunal Mehta did you get any suggestion on the course?
@hemanthkumar3555
@hemanthkumar3555 5 жыл бұрын
Nice video Sir Thank you very much. I think you are Tamilian, from tamil nadu
@appleFullable
@appleFullable 3 жыл бұрын
good video keep it up!
@OLDGAMERCHAN
@OLDGAMERCHAN 3 жыл бұрын
One of the best videos I've ever seen ❤️❤️❤️
@patrickwashingtondc
@patrickwashingtondc 3 жыл бұрын
Thank you Moustafa.
@KrantiKumar_m
@KrantiKumar_m 4 жыл бұрын
Amazing video. How one hour passed away i didn't notice.
@chandan10ful
@chandan10ful 4 жыл бұрын
You're Programmer's GOD. Thank You
@Gameplay99873
@Gameplay99873 2 жыл бұрын
This video makes me to subscribe your channel.
@supriyaka2ru622
@supriyaka2ru622 3 жыл бұрын
Really...........................Great Explanation. no words to explain, and i am requesting here can you please send Azure paas tutorial if you possible . Advance in Thanks
@MyCollection2103
@MyCollection2103 Жыл бұрын
Hello sir, I am very happy to get this video which is really helpful. Can you please let me know how can we get the complete design patterns video as I don't have international pay allowed from my card
@User-Dotnet
@User-Dotnet Ай бұрын
Sir I have One Doubt, that is in Factory Class of GetCalulation() objects are creating in runtime based on which object we pass either add, sub, mul. Is it right?please reply me.
@sreedhark8558
@sreedhark8558 4 жыл бұрын
The way of explanation and content is superb and understandable.. Thank you so much..
@bharatkrishna4396
@bharatkrishna4396 2 жыл бұрын
Hi Patrick just wanted to know if I buy this course then does this have a limited access or unlimited ??
@patrickwashingtondc
@patrickwashingtondc 2 жыл бұрын
Hi Bharat, you will have unlimited access.
@AVT11NS
@AVT11NS 3 жыл бұрын
Do you have anything more on design patterns, on Udemy ?
@patrickwashingtondc
@patrickwashingtondc 3 жыл бұрын
I haven’t published design patterns on Udemy. I have it on my website.
@aaronrodrigues3690
@aaronrodrigues3690 5 жыл бұрын
Are the project files included with the video?
@patrickwashingtondc
@patrickwashingtondc 5 жыл бұрын
Yes, they are!
@judegabriel1306
@judegabriel1306 5 жыл бұрын
does the purchase of the video gives the explanation for the rest of the design patterns and the implementation. Very good video by the way. Very well explained.
@patrickwashingtondc
@patrickwashingtondc 5 жыл бұрын
Yes! Of course
@jungsa4691
@jungsa4691 4 жыл бұрын
You know.. I thought I understood what it meant to create an object... But what does that actually mean?
@aslamsayyed5893
@aslamsayyed5893 2 жыл бұрын
You beauty, are you on LinkdInLearning?
Java Design Patterns - step by step - made easy for Beginners.
54:01
Patrick WashingtonDC
Рет қаралды 147 М.
ОДИН ДОМА #shorts
00:34
Паша Осадчий
Рет қаралды 6 МЛН
Cute Barbie gadgets 🩷💛
01:00
TheSoul Music Family
Рет қаралды 59 МЛН
Trágico final :(
01:00
Juan De Dios Pantoja
Рет қаралды 32 МЛН
Factory Method Pattern - Design Patterns (ep 4)
27:21
Christopher Okhravi
Рет қаралды 531 М.
C# Tutorial for Beginners [2021] - with Project. Step by Step
2:17:55
Patrick WashingtonDC
Рет қаралды 19 М.
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
Alex Hyett
Рет қаралды 166 М.
SOLID Design Patterns
57:18
Microsoft Visual Studio
Рет қаралды 250 М.
Design Patterns in Plain English | Mosh Hamedani
1:20:01
Programming with Mosh
Рет қаралды 1,3 МЛН
Intro to WPF: Learn the basics and best practices of WPF for C#
1:10:34
GIT and Visual Studio  with Azure DevOps Repos - Step by Step
35:22
Patrick WashingtonDC
Рет қаралды 74 М.