C# Fundamentals Skill Check - Full App in 1 Video with just 62 lines of code!

preview_player
Показать описание
Practice your fundamental C# skills by building a complete application in just 62 lines of code. This complete app will test your skills in 10 key C# skills, including raw string literals, do loops, while loops, inline if statements, and more.

Рекомендации по теме
Комментарии
Автор

Damn, COREY --- you beauty! You're the man! A legend for us C Sharpers

umer.on.youtube
Автор

I have the DEV pass for the C# Master Course. I was told that was the best course for learning C#. I made it mostly though it until about Winforms. I wasn't super interested in that so I cancelled Dev pass. However, now that I am seeing much more updated material here on your YT channel, I may renew. I am wondering why the Master Class has the older material if you've made much newer stuff with net 8.0/9.0? I'm in plural sight now to continue on my C# learning, but I would have preferred to stay on your site! Also, when is the C# for Unity gonna be published? I have been looking forward to that for some time now :)

itodobien
Автор

You aren't there yet! How about checking what happens when a negative number is entered? I added a && clause to the evaluation of validGuess. Another tiny thing - how about {guessCount} guess{(guessCount == 1 ? "" : "es")} to make it more like writing "guess(es)"?
Great video, though, and much appreciated.

michaelnorris
Автор

Nice work!Is this video for beginners?

gurudaki
Автор

Hey Tim. I was wondering do you have any video covering debugging?

trustingod
Автор

Are there more courses coming like this to test foundational knowledge?

ramansehdev
Автор

Very nice video Tim, I found this really helpful, thank you, just one question, how come you don't separate the code into individual methods?

devoiddude
Автор

Not used to ””” always used @“ for literal string, is it right assume it equal to the same thing?

anddav
Автор

Hello Tim how to register in your website to buy a course ?

عروضوهميزات-لغ
Автор

I'm curious why your do while loop test isn't while(!validGuess) which does the same thing and, in this context should be completely clear.

IreneSmith
Автор

hh...that NOPE is message from users to the developer, am I joke to you. loving it

studentsheaven-dv
Автор

Amazing Lessons ✅
the $"" "" ""
"" "" "" Is The Most Information Value That I learn Today Thank You

Zakaria_TheWolf
Автор

Code is meant to be read by humans said no python expert ever...

OneIdeaTooMany
Автор

it would be nice to have a shorter version of your tutorials. maybe without explaining anything just right the code in ten minutes and explain as minimal as possible.
long versions are good too but can drain my energy

aron-gxmh
Автор

56:21 Why did it set the currentValue to 0 and not to 1 as specified for null values in your code at line 15?

NaftuliSinger