You do a great job of explaining things without making them overly complex , I also like how you get right down to the information.
@bojohannesen43527 ай бұрын
You should consider doing the same.
@saxzphone7 жыл бұрын
This is the best KZbin channel to learn programming and the best on the internet. Well done for creating high quality content for everyone to use and keep it up!
@kenndysamora10563 жыл бұрын
The best programming Channel . Good presentation and clarity.
@markyu19964 жыл бұрын
Brilliant, one of the best tutorials, easy to understand, and explained thoroughly!!
@FleetTech973 жыл бұрын
Best teacher on KZbin. My cousin has been teaching me and my cousins to code over the last month and will continue to do it. I always watch your videos to get even a better understanding of what I’m learning
@neofilomata32545 жыл бұрын
Just so people know, there is no functional difference between Functions and Methods, the only reason they are called different is that a method is a function within a class (he´ll explain what´s a class later) and a function is one outside of a class. Great vid BTW.
@Redmi10Asss9 ай бұрын
Thanks a lot! I was struggling to understand methods and watched many videos and couldn't understand what's about. But you explained it in a simpler way which helped me understand it without complexity ❤
@looty20-q8q4 жыл бұрын
Thank you very much! I try to learn C# on my own and it is really hard sometimes, so Im really glad you gave me these basics
@blaircox15897 жыл бұрын
Really well done, surprised you haven't had more views and comments!
@hurricane78003 жыл бұрын
Mike Dane, back at it again saving my ass in programming class! Thank you so much!
@MsCarbonCopy2 жыл бұрын
Dude!! Sir Dude...my online course and the words and way they explain the arrays and how you count them, is confusing. But, since I started watching your tutorials first, I can understand what the instructor is actually trying to say. Then I wonder why they cannot explain it as easy as you do! THANK YOU! THANK YOU!!
@MsCarbonCopy2 жыл бұрын
I passed another part of my online course!! THANK YOU!!!
@MsCarbonCopy2 жыл бұрын
Thank you! I would have ended up giving up if you did not have these c# tutorials! The instructor for my c# online class, sounds like Ben Stein from 'Ferris Bueller'!
@JC-xc8rx6 жыл бұрын
Very good job Mike!
@Marandal2 жыл бұрын
Very useful with mutliple examples, easy to understand. Thank you!
@torontogamestudio29912 жыл бұрын
I've had a hard time understanding methods, but this video cleared many things up
@W711-t7x4 жыл бұрын
Man I'm so glad I learned Python basics and OOP basics before I jumped into C#... I imagine how much more confused I would be If I wouldn't have. It's all so clear now lol just from hearing little bits and pieces like "encapsulating" wink wink :D I understand now why they say that Python is way more beginner friendly than C#
@doozy24833 жыл бұрын
indeed; do you like that totoro movie (i think i spelled the name wrong).
@W711-t7x3 жыл бұрын
@@doozy2483 I think the answer to that should be self explanatory. Don't you? Why would I use it as avatar if I didn't?
@suhas69514 жыл бұрын
truly amazing
@ayoubkamal14002 жыл бұрын
How does the hello name printed 3 times without looping
@srinuele98925 жыл бұрын
can u please tell me why these methods are used, if already we have main method so y to use another method
@harshsawant49365 жыл бұрын
He explains it. Check the video again
@sasukesarutobi38624 жыл бұрын
The basic answer is that it makes it easier to look after your code. If you have everything in the main method, it'll very quickly become too complicated and long. By using methods, you can break down your code into manageable pieces so you can work on it more easily.
@harshbarj4 жыл бұрын
Short answer is you don't need to use another method. If your program is simple enough you may not need anything outside of your main method. You basically use them if you have a bit of code you want to reuse in other parts of your code. Think of it as the same thing as a subroutine in Basic.
@richardfussell6122 жыл бұрын
I got so confused. In class my professor never told us what goes into the curly braces is part of the method that you created. While it seems so simple now, him not mentioning that made this topic so much more confusing
@hamjin Жыл бұрын
thank u for this
@howtoshadi6 жыл бұрын
Why not press CTRL+F5 which displays "Press Any Key To Continue..." automatically, without the need to pause the screen using an empty ReadLine() call.
@doozy24833 жыл бұрын
Wich text editor o you use?
@howtoshadi3 жыл бұрын
@@doozy2483 Visual Studio 2019 Community. It's an IDE not an editor