Five years later, and this is still the best collection of c# tutorials out there. I'd just wish it was longer. Any videos on algorithms, design patterns, delegates, generics etc would be much appreciated. Hell, if you had a patreon, i'd be def a follower. These videoes are so great to revisit. Best teacher i've had.
This tutorial was the best about C# basics i found. Thank you so much. It would be great to learn some advanced topics with a real world project. I hope you can have a course like that on udemy or somewhere. Thank you for all your effort. Best wishes to you from Turkey
Best tutorials in the whole web world. I don't normally comment online, but thank you! I finally started to understand C# after each of your videos. Keep going!
What I love about your videos Mike (aside from your clear explanations and delivery), is you use examples that make SENSE. So many instructors use the most random things to describe how to make classes, methods, inheritance etc, that leave the learner scratching their heads. Would love to see more content from you on c#!
Well I'm finished. Thanks Dane. The best explained C# tutorial on youtube. From best I can tell the only reason you don't have millions of subscribers like other channels is because there is no intermediate, advanced and projects courses for a lot of the content in your playlists (unless I'm missing something). People would flock to that.
Okay wow iv watched all your C# videos now. You explained inheritance better than anyone else iv watched. Mike PLEASE extend this series into deeper concepts. This was an amazing series and I would love this series to be extended. Thanks for the tutorials.
Just finished watching the 4.5 hour version of all of the tutorials mashed together. Firstly, thank you Mike! You're a great teacher and I learned a lot. Now to challenge is retaining all of this. I've tried learning to code in the past and the issue's always been finding applications that cement the core concepts in my brain and not allow them to fade over time. So I'm trying to do some exercises on various sites and those are fruitful in helping me learn even more.
Having finally finished this series I just want to say a huge thanks. Before this series I hadn't done any real programming- just sort of pseudo programming within things like Roll20 or streambots. But I was too scared to try real programming with no idea where to begin and no easy way to learn it. Someone recommended your channel to me and its been the absolute best. This is something I really love doing and it wouldn't even be possible for me without this. I'm not sure if you still use this channel; as it looks like its been two years since you last uploaded. But I hope you do. Because this is the absolute best. Thank you again.
You are seriously a good teacher. I've watched other videos/tutorials about inheritance and I always came away with the idea that it was a pointless topic. At 2:54 in this video, a little light bulb went off in my head and I realized that inheritance is a powerful concept. Thanks.
@Mike Dane man all this food made me hungrier to learn more code, after this what do we learn do you have anything like a season 2 episodes ? Speaking honestly from all the tutorials i've been watching since i started with your tutorials i felt content, i could understood anything you said , everything was on point , i am just satisfied with your tutorials , if you were to have a season 2 , i would definitely even buy from udemy i don't care, this is high quality stuff man. No matter what i say i can't show how appreciated i am for your tutorials! Thank you so much for your effort and for your time :) If there is something better to read after this let me know.
Well, I just finished the last video in this playlist, and I just want to say thank you so much for this tutorial, Mike; you're a fantastic teacher. I have enormous respect for people who go out of their way to help others, and you've clearly put in a crazy amount of time and work into your content... and it's FREE, even. And in all honesty, your C# tutorial videos are the absolute best that I've been able to find online. ...We don't deserve you, bro. lol Anyway, I hope you and your family are doing well during these tough times. Stay safe! Merry Christmas and happy new year!
thank you make dane i'm from indonesia precisely in central sulawesi. watching your class which is very interesting, and helpful, again thank you very much make dane
Excellent tutorials Mike. I'm completely new to coding, but it is something that I have been meaning to get into for a while and was advised C# was the way the go. I've checked out a few other tutorials online and got completely lost part of the way through however, your explanations and examples made perfect sense and I managed to follow them all the way through to the end. I just need to find a way to remember the syntax now! :) Many thanks and keep up the good work!!
First of all , the basic lecture on c#.net inheritance is very interesting, in addition to it, you have nicely explained how a virtual method of base class is overridden in the derived class . ABCD's of inheritance. Thank you.
I knew how to use it but I had problems with really understanding the meaning of this stuff. I have watched many explanations but never really understood it completely., but your tutorials really help me understand what is happening, thank you very much.
Thank Mike. I searched for online courses everywhere and yours was the best. Thanks for the course But we would also like some follow-up on an advanced tutorial please
Thank you for this tutorial! are you going to continue c# tutorials or did you finish them? There are still a lot of things that you did not do a tutorial on.
Hope you'll continue to this series with polymorphism, encapsulation and abstraction someday. Most useful c# tutorial on udemy & youtube so far. Really simple explanations but still covering everything about terms. Really sad that it's not completed but anyway, thanks for the effort
that was fantastic tutorials thank you very much god bless you inchalla who else confined and use his time to learn more about c#? any sugegstions for more advanced or real project on c#?
hey yall if you miss Mike Dane like I do, and wanna know what he's doing it turns out he is still active on other channels doing tutorials for them, as well as providing programming courses in various parts of the real world. His twitter is twitter.com/mike_dane
@@herbybraybrook622 Well it depends... I'd advise Brackeys youtube channed all the way... It depends weather you are interested in 2d, 3d or gamedev in general. Brackeys sort of covers it all and I personally started out with this tut-series as I was mostly interested in 3d: th-cam.com/video/j48LtUkZRjU/w-d-xo.html It's a little outdated as a few things have changed since in Unity, but it's nothing major... You can manage easily through the course even if using the latest version of Unity. It also covers a good base of UI basics as well as general concepts you have to understand when working with Unity, so really it's a good start for both 2d and 3d. Overly a perfect start if you are aiming to proceed on learning 3d later on... But really it's a good start in general no matter if you are aiming for 2d or 3d. Later to expand upon your knowledge that there's a lot of good courses on Udemy if you are interested in that kind of stuff. But don't get carried away with paid content as really all you need is already provided for free you just have to look. Unity's own website has surprisingly good tutorials for really everything, recommend to check them out as well: unity.com/learn If you are more interested in 2d Brackeys has a lot of tut's scattered throughout the channel for that as well as this playlist: th-cam.com/video/on9nwbZngyw/w-d-xo.html There are a lot of other good tut's and channel's out there as well as, just type in Unity Tutorial in TH-cam and see for yourself.
Question: why do you need to create the "chef" object (line 15)? If you just had line 16 on its own, would it not work? I ask because in the last tutorial you could call "Math.sqrt" without having to create an object, so I'm confused as to if I'm missing something. (Don't know if anyone will see this, might find the answer before a reply is given, but leave one nonetheless if you know the answer in case someone else stumbles upon this comment).
Hi Mike or anyone who can answer this question. Is it possible for a class to inherit the constructor method? So basically: 1)I made class A and added attributes (2) I made a constructor (3) I made a method for class A (4) I made class B and inherited class A But I am getting error in class B saying something about not having constructor..... So any help on how I can inherit the constructor too in class B?
thanks for this course however the level is like regular C for college and all Console programming not really useful in real world so are you planning to continue to next level?
Five years later, and this is still the best collection of c# tutorials out there. I'd just wish it was longer. Any videos on algorithms, design patterns, delegates, generics etc would be much appreciated. Hell, if you had a patreon, i'd be def a follower. These videoes are so great to revisit. Best teacher i've had.
I completely agree! most useful video on c# in the world. And all of that for free.
That's not going to happen. RIP Mike
@@bojohannesen4352 why RIP? Are you really implying he's not with us anymore?
Best ever video made about inheritance. Thank you so much Mike. Wish you had covered other OOP concepts as well.
Bro how is this dude able to explain this in 10 mins better than my teacher did in 80mins? I mean its much simpler and easy to understand aswell.
This tutorial was the best about C# basics i found. Thank you so much. It would be great to learn some advanced topics with a real world project. I hope you can have a course like that on udemy or somewhere. Thank you for all your effort. Best wishes to you from Turkey
Best tutorials in the whole web world. I don't normally comment online, but thank you! I finally started to understand C# after each of your videos. Keep going!
SIX years after this video release and I'm just now discovering you. I surmise you have a great career going as a developer.
Good stuff! 👨💻
What I love about your videos Mike (aside from your clear explanations and delivery), is you use examples that make SENSE. So many instructors use the most random things to describe how to make classes, methods, inheritance etc, that leave the learner scratching their heads. Would love to see more content from you on c#!
is there any chance we will see C# advanced tutorials please?
he can you suggest me?
@@fathimhiri5926 advanced English
Не, чувак, так не пойдет
@@Glomly почему?
Surely.
Yo Mike, you are one of the best best teachers of c# beginner's course. Your teachings are easy to understand. Thanks a lot man!
Well I'm finished. Thanks Dane. The best explained C# tutorial on youtube. From best I can tell the only reason you don't have millions of subscribers like other channels is because there is no intermediate, advanced and projects courses for a lot of the content in your playlists (unless I'm missing something). People would flock to that.
Thank you so much Mike - I learned so much with this tutorial. Can you do more advanced C#. A followup to this series.
Okay wow iv watched all your C# videos now. You explained inheritance better than anyone else iv watched. Mike PLEASE extend this series into deeper concepts. This was an amazing series and I would love this series to be extended. Thanks for the tutorials.
Just finished watching the 4.5 hour version of all of the tutorials mashed together. Firstly, thank you Mike! You're a great teacher and I learned a lot. Now to challenge is retaining all of this. I've tried learning to code in the past and the issue's always been finding applications that cement the core concepts in my brain and not allow them to fade over time. So I'm trying to do some exercises on various sites and those are fruitful in helping me learn even more.
where do you find these excercices
@Acromat /ak-roh-mat/
Having finally finished this series I just want to say a huge thanks.
Before this series I hadn't done any real programming- just sort of pseudo programming within things like Roll20 or streambots. But I was too scared to try real programming with no idea where to begin and no easy way to learn it. Someone recommended your channel to me and its been the absolute best. This is something I really love doing and it wouldn't even be possible for me without this. I'm not sure if you still use this channel; as it looks like its been two years since you last uploaded. But I hope you do. Because this is the absolute best.
Thank you again.
By far the best explanation of Inheritance in the web!!!
You are seriously a good teacher. I've watched other videos/tutorials about inheritance and I always came away with the idea that it was a pointless topic. At 2:54 in this video, a little light bulb went off in my head and I realized that inheritance is a powerful concept. Thanks.
@Mike Dane man all this food made me hungrier to learn more code, after this what do we learn do you have anything like a season 2 episodes ?
Speaking honestly from all the tutorials i've been watching since i started with your tutorials i felt content, i could understood anything you said , everything was on point , i am just satisfied with your tutorials , if you were to have a season 2 , i would definitely even buy from udemy i don't care, this is high quality stuff man. No matter what i say i can't show how appreciated i am for your tutorials!
Thank you so much for your effort and for your time :)
If there is something better to read after this let me know.
The new learning for me is the use of virtual and override keywords... You are simply a awesome teacher... Many Thanks.
The best explanation about inheritance in c#, thanks Mike
Well, I just finished the last video in this playlist, and I just want to say thank you so much for this tutorial, Mike; you're a fantastic teacher.
I have enormous respect for people who go out of their way to help others, and you've clearly put in a crazy amount of time and work into your content... and it's FREE, even.
And in all honesty, your C# tutorial videos are the absolute best that I've been able to find online.
...We don't deserve you, bro. lol
Anyway, I hope you and your family are doing well during these tough times. Stay safe!
Merry Christmas and happy new year!
Really I can't find the words to thank you !!! Thank you so much, Mike, you are the GOAT
you're seriously a fantastic teacher. You're at Tim Corey level. Thanks!
you are amazing man, this is the best tutorial I've ever seen
These lessons were a great help for myself. I would really love to see some more advanced lessons now that I am at the end of these.
Can't thank you enough,
Truly best explanation of C# basics 👌
Couldn't find any better source 👏
This is the best explanation I found on internet.
Thanks.
thank you make dane i'm from indonesia precisely in central sulawesi. watching your class which is very interesting, and helpful, again thank you very much make dane
Excellent tutorials Mike. I'm completely new to coding, but it is something that I have been meaning to get into for a while and was advised C# was the way the go. I've checked out a few other tutorials online and got completely lost part of the way through however, your explanations and examples made perfect sense and I managed to follow them all the way through to the end. I just need to find a way to remember the syntax now! :) Many thanks and keep up the good work!!
More c# videos, please! They are awsome
Thank you bro! I'm a c# refresher but I learned a lot again from you.
You are awesome !!! So good that I am able to grasp the object oriented concept !!!
Mike Dane, you're the best giraffe
Awesome easy to understand tutorial series here, man. Thanks
absolutely wonderful content. Thank you, Mike!
First of all , the basic lecture on c#.net inheritance is very interesting, in addition to it, you have nicely explained how a virtual method of base class is overridden in the derived class . ABCD's of inheritance. Thank you.
thank you very much, please continue in more advanced parts of C#
I knew how to use it but I had problems with really understanding the meaning of this stuff. I have watched many explanations but never really understood it completely., but your tutorials really help me understand what is happening, thank you very much.
You're such a great presenter! You've really helped me so much with your tutorials :D!
Thank Mike. I searched for online courses everywhere and yours was the best. Thanks for the course
But we would also like some follow-up on an advanced tutorial please
Very informative, thank you very much, Mike.
Thank you for this tutorial! are you going to continue c# tutorials or did you finish them? There are still a lot of things that you did not do a tutorial on.
he, can you suggest me advanced courses tuto?
Thank you so much Mike i've going over all the tutorial and has helped me a lot
That was absolutely beautiful. :)
Hope you'll continue to this series with polymorphism, encapsulation and abstraction someday. Most useful c# tutorial on udemy & youtube so far. Really simple explanations but still covering everything about terms. Really sad that it's not completed but anyway, thanks for the effort
Instead of virtual and using override, you can also use the key word new to make special dish
Great explanation man, can't wait to see more
Great work! I hope you continue this project
Mike is a legend.
You're such a guru
Thanks for the tutorial! It helped a lot!
wonderful explanation!
that was fantastic tutorials thank you very much god bless you inchalla
who else confined and use his time to learn more about c#? any sugegstions for more advanced or real project on c#?
Thank of your nice teaching ! But i hope you record more advance from c# thats will the best c# advance tutorial
Bro this is really good.
But, where are the rest of oop video's?
Subbed. You explain really cool. Enjoyed when you did override the virtual one.
This is sooo helpful.
Thanks a lot dude
Awesome dude! Do not stop ;)
Great videos broseph!
hey yall if you miss Mike Dane like I do, and wanna know what he's doing it turns out he is still active on other channels doing tutorials for them, as well as providing programming courses in various parts of the real world. His twitter is twitter.com/mike_dane
This video has way to few likes and views. Great explanation!
you're a savior
תודה רבה סרטון מעולה
This is a very helpful tutorial, Thanks!
Best explanation
Awesome tutorials, thank you.
EXCELLENT !! ✨✨👍😊
看完了,很好
Thank you very much.
amazing amazing amazing thank you!
great tutorial. Thanks bro
thanks mike.. you are amusing!
goated my guy, goated.
Really enjoyed this series! Any plans for an advanced tutorial? Or any tips on tutorials that pics up from this?
Italian chef is not gonna be a normal chef, he's gonna be an Italian Chef 😂
Your teaching ability is super. Where did you studied?
Thank you so much Mike. I easy understand about C# but can you pls do a tutorial on ENUM?
very goood videos
Seen all pls make more C# :)
Who's ready to jump into Unity now?
Hey, do you know a good tutorial series for starting unity?
@@herbybraybrook622 Well it depends... I'd advise Brackeys youtube channed all the way...
It depends weather you are interested in 2d, 3d or gamedev in general. Brackeys sort of covers it all and I personally started out with this tut-series as I was mostly interested in 3d: th-cam.com/video/j48LtUkZRjU/w-d-xo.html
It's a little outdated as a few things have changed since in Unity, but it's nothing major... You can manage easily through the course even if using the latest version of Unity.
It also covers a good base of UI basics as well as general concepts you have to understand when working with Unity, so really it's a good start for both 2d and 3d. Overly a perfect start if you are aiming to proceed on learning 3d later on... But really it's a good start in general no matter if you are aiming for 2d or 3d.
Later to expand upon your knowledge that there's a lot of good courses on Udemy if you are interested in that kind of stuff. But don't get carried away with paid content as really all you need is already provided for free you just have to look.
Unity's own website has surprisingly good tutorials for really everything, recommend to check them out as well: unity.com/learn
If you are more interested in 2d Brackeys has a lot of tut's scattered throughout the channel for that as well as this playlist:
th-cam.com/video/on9nwbZngyw/w-d-xo.html
There are a lot of other good tut's and channel's out there as well as, just type in Unity Tutorial in TH-cam and see for yourself.
Mike the best
int Name = " Mike Dane"
Console.WriteLine("Keep up the good work!! {0}", Name)
thanks bro ♥
great
Could you plz write program in C# language to find X power n, by using single level
inheritance?
VERY well explained and articulated. thank you so much!
By functionality do you mean methods, fields and properties?
please make more c# tutorial
Question: why do you need to create the "chef" object (line 15)? If you just had line 16 on its own, would it not work? I ask because in the last tutorial you could call "Math.sqrt" without having to create an object, so I'm confused as to if I'm missing something.
(Don't know if anyone will see this, might find the answer before a reply is given, but leave one nonetheless if you know the answer in case someone else stumbles upon this comment).
Hi Mike or anyone who can answer this question. Is it possible for a class to inherit the constructor method?
So basically:
1)I made class A and added attributes (2) I made a constructor (3) I made a method for class A (4) I made class B and inherited class A
But I am getting error in class B saying something about not having constructor.....
So any help on how I can inherit the constructor too in class B?
I will call you my master if someone asks where I learned about coding
How can I reach out to mike?
Why does ItalianChef display as Chef instead of ItalianChef when running the program? Thank you.
Zero dislikes! Finally! :)
chef c = new italianchef() ; c.makespecialdish() ; what it prints?
please some more tutorial
This is off topic but this sounds kinda funny -
"" Everybody Gangsta until ItalianChef MakePasta()""
thanks for this course however the level is like regular C for college and all Console programming not really useful in real world
so are you planning to continue to next level?
31 videos and still wearing the same t-shirt... Explanations plz ;)
I come here after my college class lol
Now I'm hungry
Great explanation!