Dude, you are awesome! Learning a lot from your videos! Simple, yet very deep explanations. Thank you!
@sunnypatel10453 жыл бұрын
Easy and simple to understand. Maybe a video on design patterns or going through SOLID would be great mate.
@saurabhchauhan2323 жыл бұрын
Indeed
@RawCoding3 жыл бұрын
Noted will add it to the list )
@donovanm3 жыл бұрын
I was looking for a video from you about generics yesterday and there I go, thanks :D
@RawCoding3 жыл бұрын
Thank you for watching)
@vitorfernandes24743 жыл бұрын
Great video! Maybe next time you could talk about the “in”, “out” that sometimes appears with the generics.
@RawCoding3 жыл бұрын
Yea I never used those
@MrJonnis133 жыл бұрын
Thank you very much for the effort you put in all these great videos. It could be also nice to continue this Generics video with *"contravariant vs covariant"*, which can become pretty confusing topic. Your unique way of explaining things will shed some more light on that topic
@RawCoding3 жыл бұрын
Noted, I'll make it as soon as I will be bothered enough to know the difference between the 2
@Ingko062 жыл бұрын
Thanks for this one mate Greate Videos... I actually like the way you teach and explained each scenario
@RawCoding2 жыл бұрын
cheers
@yasinyenil87053 жыл бұрын
He is a legend. Thank you for all videos.
@RawCoding3 жыл бұрын
Thank you for watching)
@saurabhchauhan2323 жыл бұрын
Superb video and explanation, I laughed around , what's more healthy for duck 🤣🤣🤣🤣 Been here since 2k subscriber, and honestly I learned a lot
@RawCoding3 жыл бұрын
Thank you for sticking around all this time really appreciate it!
@oladipotimothy60073 жыл бұрын
You mentioned something about touching one part of the code and making changes in 2 other places, how do you solve that to touch once and solve all?
@RawCoding3 жыл бұрын
Could you give me a timestamp?
@oladipotimothy60073 жыл бұрын
@@RawCoding 26:24 Can you talk/walk us through your train of thought on that? Also, would appreciate something on OOP (You used more inheritance in your code) and functional programming
@RawCoding3 жыл бұрын
So what I describe there is a symptom. If you have to make a change (in addition to bows we can now shoot guns), if your abstraction is not good you’ll have to make a change in more than 1 place - the change should be adding the gun, not making it so the human can hold it or keep it on a rack or any other interactions it may have.
@oladipotimothy60073 жыл бұрын
Oh thanks for the response, what I need you to talk about is abstraction then. possible?
@RawCoding3 жыл бұрын
You are speaking very vaguely. I can say many things about abstraction however I think it’s best if you come up with a concrete question
@BahawalTV3 жыл бұрын
Well done on generics!
@RawCoding3 жыл бұрын
Cheers )
@LuigiZambetti3 жыл бұрын
Could you make a playlist for C# (beginner to intermediate level) using Visual Studio?
@RawCoding3 жыл бұрын
What kind of content would you expect to see in that playlist? What’s stopping you from transitioning to Intermediate?
@LuigiZambetti3 жыл бұрын
@@RawCoding Async/Await, for example, could be intermediate. Also generics, delegate, and every innovation until C# 9.0. And a lot of OOP.
@RawCoding3 жыл бұрын
I have most of the videos you speak about
@LuigiZambetti3 жыл бұрын
@@RawCoding You're right. You have so many videos that I've not checked them all (OOP is missing?).
@sitalsitoula65362 жыл бұрын
Can you make a video describing when not tio
@RawCoding2 жыл бұрын
when not to what?
@sitalsitoula65362 жыл бұрын
@@RawCoding Ah sorry. I meant to say when not to use generics.
@RawCoding2 жыл бұрын
@@sitalsitoula6536 I'll sere what I can do, it's hard to say when not to use them
@apofisz13 жыл бұрын
thx the video yo uar the besst i wait your next video maybe events?
@RawCoding3 жыл бұрын
Thanks, I don't think I'll be covering events because there are better ways to solve the problems that events solve. I'd much prefer message passing using Channels.
@rekarpc983 жыл бұрын
Is it okay to not understand those examples well enough as a beginner?
@spyros__53853 жыл бұрын
It is. Generics is not exactly a beginner concept. Pause the video, write the code, take your time to understand it and then run your own examples.
@RawCoding3 жыл бұрын
It absolutely fine to not understand it. This topic is quite hard to relay, if you don’t practice it.
@clearlyunwell3 жыл бұрын
👍🏽
@RawCoding3 жыл бұрын
Dude you’re on a watching spree
@clearlyunwell3 жыл бұрын
@@RawCoding you’re a great teacher - I get a lot out of your videos. Thanks a huge amount for putting these gold nuggets out into the world. Truly outstanding!!