Тёмный
No video :(

Branching, Ifs, and Conditional Logic [Pt 9] | C# for Beginners 

dotnet
Подписаться 294 тыс.
Просмотров 16 тыс.
50% 1

View full playlist: aka.ms/dotnet/beginnervideos/...
Set up C# in VS Code: aka.ms/dotnet/get-started/vscode
🏆Earn the C# Certification: aka.ms/csharp-certification
Let’s ask some questions! If this, then that. How do you branch and do that thing or this other thing with C#? Learn the basics of conditionals and introduce another type...Booleans! Plus, Scott and David cover the concept of "scope" within your code.
Links:
.NET Beginner Videos: aka.ms/dotnetvideos
MS Learn: aka.ms/dotnet/beginnervideos/...
Blog: aka.ms/dotnet/blog
Twitter: aka.ms/dotnet/twitter
TikTok: aka.ms/dotnet/tiktok
Mastodon: aka.ms/dotnet/mastodon
LinkedIn: aka.ms/dotnet/linkedin
Facebook: aka.ms/dotnet/facebook
Docs: learn.microsoft.com/dotnet
Forums: aka.ms/dotnet/forums
🙋‍♀️Q&A: aka.ms/dotnet-qa
👨‍🎓Microsoft Learn: aka.ms/learndotnet
#dotnet #csharp

Опубликовано:

 

9 ноя 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@andreschou9560
@andreschou9560 Месяц назад
this is the reason I find programs so fascinating :D
@margun09
@margun09 16 дней назад
for people who wondered why | and || both works its because if first statement is true || will check only first statement. Cause (true and x) will be true whether x false or true. But | will check both statement even if first one is true. Now if u wondered why would i use | while i can use || and save some process. Well if your statements call a method and update or change any variables you wanna execute second statement as well so your code will work properly.
@AliAlsuhailYT
@AliAlsuhailYT 15 дней назад
Thank you!
@kvelez
@kvelez 8 месяцев назад
I would like to get a video on Lambdas.
@stevefox7418
@stevefox7418 5 месяцев назад
I agree with the second guy that agrees with the first guy wanting a lambda video.
@olumuyiwaagboola6523
@olumuyiwaagboola6523 5 месяцев назад
I agreed with the third guy that agreed with the second guy that agreed with the first guy that wants a lambda video
@IvyQBee
@IvyQBee 2 месяца назад
Completed.
@wtcodingproductions
@wtcodingproductions 4 месяца назад
/**/ /* C++ Indentation / Braces - style and variants ** Note that when you get hired by company 'x' - each company may be different but inevitably you will have to conform to their style. NEVER mix styles. while (x == y) { // K & R style and variants (1TBS, Stroustrup, Linux kernel, BSD KNF) something(); Standard style w/ Java, JavaScript somethingelse(); } while (x == y) // Allman style { something(); somethingelse(); } */
@juicymoose9693
@juicymoose9693 5 месяцев назад
I agree with the other guy who wants a Lambda video
@hipertracker
@hipertracker 3 месяца назад
I hate curly braces in a separate line. Looks ugly and takes too much space on the monitor.
@sbubwoofer
@sbubwoofer Месяц назад
lambda life
Далее
Branching and While Loops [Pt 10] | C# for Beginners
10:16
Ouch.. 🤕
00:30
Просмотров 8 млн
Это конец... Ютуб закрывают?
01:09
Как пронести Конфеты В ТЮРЬМУ
19:16
Why You Shouldn't Nest Your Code
8:30
Просмотров 2,6 млн
Cloud-native apps with .NET Aspire
17:29
Просмотров 7 тыс.
Stop Using the Worst Way to Loop Lists in .NET!
9:35
Writing async/await from scratch in C# with Stephen Toub
1:06:02
What is a mutex in C? (pthread_mutex)
9:18
Просмотров 159 тыс.