Had a big "aha!" moment because of this video. It's been kind of hard so far for me to find very explanatory tutorials for C# beginners, so I can't thank you enough for making this and being extremely clear in your explanations! :D
@jordenquast26555 жыл бұрын
This is awesome, I'm a freshman in highschool so trying to find good content is hard, considering I don't really have money to buy anything. Thank you so much, this is such good content.
@harsehajvirsingh50804 жыл бұрын
Really helpful videos man I have been stuck on my assignments for 3 hours but you helped me find the reason for my unexplainable error.
@Boodge-hc9jl2 жыл бұрын
One thing I appreciate about your videos is you actually run the code. Some videos just write out the code and never run it. Even with simple stuff, it helps solidify the information when I can actually see the code being executed.
@scottisitt4 жыл бұрын
Awesome, as usual, Mike! Thanks for these videos!
@gabrielcacayan5 жыл бұрын
You are better than my college prof.
@veljkoognjanovic81534 жыл бұрын
You saved me. Thanks man.
@MsCarbonCopy2 жыл бұрын
I am in an c# online course but there is no explaining anything! They do not explain what all this means: the string/int/writeline/readline, etc. They just give a small tutorial on a question to be answered and they want you to be able to just 'get it' with those few minutes. I need to be able to understand what each line means. You go over everything. THANK YOU!!!
@ELUEMU720024 жыл бұрын
Nice video ! Very informative!
@noimironov95424 жыл бұрын
giraffe academy is cool
@adityassketchesoflife95374 жыл бұрын
I love it!!😀😀
@qasimarshad1381 Жыл бұрын
Kudos To you bro!
@PunyapatFungtammasarn3 жыл бұрын
Clear and concise, great one
@lootcrate3800 Жыл бұрын
Hi, i'm fairly new to programming & was wondering Does the last string implementation at 11:30 on your vid { Console.WriteLine( Phrase.Substring(phrase.IndexOf("Academy)) ); } output from substring Academy, show the starting indexOf 0 or 8? (Basically does the SubString make a temporary variable while calculating the IndexOf function or does it not?)
@awawa55942 жыл бұрын
Do you have any problems to try solve/small projects to try during this course?
@MuraliKrishna-lm5uc2 жыл бұрын
If the user enters CCGET1207171709LS(62542) could you write code to output CCGET1207171709LS ??? Removing the string starting from ( and ending in ) ???