Тёмный

The Basics of Strings! [Pt 5] | C# for Beginners 

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

View full playlist: aka.ms/dotnet/...
Set up C# in VS Code: aka.ms/dotnet/...
🏆Earn the C# Certification: aka.ms/csharp-...
What is a string? How are characters "strung" together to make a string in C# and .NET? In this video, Scott and David show you how to declare a string, concatenate strings, use string interpolation, and trim whitespace.
Links:
.NET Beginner Videos: aka.ms/dotnetv...
MS Learn: aka.ms/dotnet/...
Blog: aka.ms/dotnet/...
Twitter: aka.ms/dotnet/...
TikTok: aka.ms/dotnet/...
Mastodon: aka.ms/dotnet/...
LinkedIn: aka.ms/dotnet/...
Facebook: aka.ms/dotnet/...
Docs: learn.microsof...
Forums: aka.ms/dotnet/...
🙋‍♀️Q&A: aka.ms/dotnet-qa
👨‍🎓Microsoft Learn: aka.ms/learndo...
#dotnet #csharp

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@Rajinthan19
@Rajinthan19 5 месяцев назад
Wow, what a way to present this material. This course is way too underrated.
@investingwitha-aron8055
@investingwitha-aron8055 14 дней назад
You all do a great job. Nice and slow.
@Anbu_Sampath
@Anbu_Sampath 10 месяцев назад
Best teachers at work.
@blitzzmann
@blitzzmann 10 месяцев назад
love the frozen joke Scott!
@bumjinjung-j3g
@bumjinjung-j3g 3 месяца назад
아주 좋습니다. 좋은 강의 감사드립니다.
@lyg2526
@lyg2526 10 месяцев назад
I Love these two guys.
@nicolastriana830
@nicolastriana830 8 месяцев назад
This content is gold thanks
@jupitersbot
@jupitersbot 7 месяцев назад
thank you guys!
@cbtcahaoo
@cbtcahaoo 7 месяцев назад
I hope you will add actively translated subtitles to the video because automatically translated subtitles are not seamless and it is difficult for people who do not know English to understand the video clearly.
@IvyQBee
@IvyQBee 4 месяца назад
Completed.
@nyiminhtun9418
@nyiminhtun9418 5 месяцев назад
I really like how they act like they dont know what they are talking about lol.
@TheDiamondRoblox
@TheDiamondRoblox 27 дней назад
Lol
@VictoryOgheneruemu
@VictoryOgheneruemu 10 месяцев назад
Hey David. Hello Scott
@davidfowl
@davidfowl 3 месяца назад
Hello!
@MarcoWulur
@MarcoWulur 2 месяца назад
i think im a hacker now
@tinogara5892
@tinogara5892 4 месяца назад
amazing tutorial. a hidden gem! I was wondering what would happen if we have " Maria Gonzales " as string. The spaces between the first and last name are NOT trimmed. For that Regex.Replace(firstFriend.Trim(), " +", " ") would work.
@skull-hole
@skull-hole 2 месяца назад
Is anyone else getting "Configuration 'C#: helloworld' is missing in 'launch.json'."
@wtsharpproductions
@wtsharpproductions 6 месяцев назад
string firstFriend = " David "; string secondFriend = " Scott "; firstFriend = firstFriend.TrimStart().TrimEnd(); // Also, can make use of 'chaining' of Methods Console.WriteLine($"My friends are {firstFriend} and {secondFriend.Trim()}"); // $ string interpolation
Далее
Searching Strings [Pt 6] | C# for Beginners
15:50
Просмотров 33 тыс.
Every single feature of C# in 10 minutes
9:50
Просмотров 131 тыс.
Brutally honest advice for new .NET Web Developers
7:19
Numbers, Integers, and Math [Pt 7] | C# for Beginners
14:26
Hello World! [Pt 2] | C# for Beginners
6:03
Просмотров 106 тыс.