Тёмный

DATA STRUCTURES - How to work with arrays? (C# for beginners) - Arrays explained in 40 minutes! 

CodeBeauty
Подписаться 285 тыс.
Просмотров 9 тыс.
50% 1

In this programming tutorial for beginners, we'll break down everything you need to know about arrays in C#.
You will learn what is array data structure and understand the basics of arrays, C# array declaration, and array initialization.
While creating your first array, you will learn how to add elements to the array and how to loop through elements in the array.
I will also show you the most common errors when working with arrays and how to perform different calculations on data stored in the array.
If you want to gain more practical experience in building real apps and get career-ready skills, join my Practical Programming Course below.
🚀📈💻🔥 My Practical Programming Course: www.codebeauty...
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
📚 Learn programming with these Free E-Books ⬇
C++ Lambdas e-book - free download here: bit.ly/freeCpp...
Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObj...
Download Visual Assist here: bit.ly/WT-CB
I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
Download Ultra Edit here: bit.ly/UE_CB
It is a powerful, secure text editor designed specifically for programmers.
RELATED VIDEOS:
15:20 - Loops in C# (Beginner tutorial) - • C# Loops for beginners...
17:17 - Strings in C# (Beginner tutorial) - • C# String - How to wor...
17:17 - String methods in C# (Beginner tutorial) - • All C# string methods ...
CONTENTS:
00:36 - What is an array
01:19 - Let's create a calorie tracker application
02:39 - Where to learn programming on practical examples
04:18 - How to initialize an array
07:30 - How to programmatically insert data into an array
15:02 - Iterating through an array using loops
21:53 - Performing calculations on arrays data
38:05 - Most common error (Index out of range)
Add me on:
Instagram 📸 - / truecodebeauty
Twitter 🐦- / truecodebeauty

Наука

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

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 69   
@CodeBeauty
@CodeBeauty 2 месяца назад
📚 Learn how to solve problems and build projects with these Free E-Books ⬇ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time.
@SSLowRL
@SSLowRL 2 месяца назад
I love your arrays
@Blackoutfor10days
@Blackoutfor10days 2 месяца назад
And data structures too 😊
@ikasugami8066
@ikasugami8066 2 месяца назад
Great video! Just want to add a supplemental note: when looping through an array, using a 'for' loop as shown in this video is how to do it if you need to modify values of the elements. You can also use a 'foreach' loop, which is nice for reading element values...but if you try to modify a value it isn't actually modifying that element of the array, because the item inside the loop is actually a different object. For example: foreach (var thing in myArray){ thing = 5; } The values of the elements in the array will not be changed to 5 because 'thing' is a new object separate from the array itself.
@CodeBeauty
@CodeBeauty 27 дней назад
Thanks for adding that note. You’re right-using a foreach loop is great for reading values, but if you want to modify them, a for loop is the way to go. But keep in mind that is not the case for non-primitive types (like objects). You can change the object's properties inside a foreach loop, but reassigning thing itself won’t affect the original array. Thanks again for pointing this out!
@mehrdad1700
@mehrdad1700 2 месяца назад
my beautiful teacher in the whole world
@AbroadStudent-c2u
@AbroadStudent-c2u 2 месяца назад
for those who are worried about programming, saldina will take care of everything. KEEP GOING!
@CodeBeauty
@CodeBeauty 27 дней назад
no need to worry, just keep learning, i am here to help you :)
@AbroadStudent-c2u
@AbroadStudent-c2u 27 дней назад
@@CodeBeauty love you sal💕
@naboulsikhalid7763
@naboulsikhalid7763 24 дня назад
very elaborated case study project. thank you
@CodeBeauty
@CodeBeauty 23 дня назад
check www.codebeautyacademy.com, if you like in details explanation there you can find my Practical Programming Course in which I invested a lot of my time to make it as detailed as possible :)
@dyinglights7405
@dyinglights7405 2 месяца назад
thank you so much please dive into delegate,event and eventlisteners❤
@CodeBeauty
@CodeBeauty 27 дней назад
check the channel, I've recently published video about events :)
@ChrisCarlos64
@ChrisCarlos64 2 месяца назад
Great job, keep up the good work! :D
@CodeBeauty
@CodeBeauty 27 дней назад
Thanks, will do!
@venkateshanap3271
@venkateshanap3271 2 месяца назад
waiting for the next array topic video!
@karimamia5971
@karimamia5971 2 месяца назад
We need data structures and algorithm courses please 🙏 😢
@CodeBeauty
@CodeBeauty 27 дней назад
I have it in mind, currently I'm putting all my energy in practical programming course so you might want to check that in the meantime :)
@soumyadipmajumder3450
@soumyadipmajumder3450 2 месяца назад
Release a full DSA C# and C++ course
@MotiAbe-1
@MotiAbe-1 2 месяца назад
Please could you do DSA full course by using c and c++ for cp...
@iamvickey_7
@iamvickey_7 2 месяца назад
please create a digital marketing course 💗👍🏻
@CodeBeauty
@CodeBeauty 27 дней назад
That's not really my niche, but I can teach you programming, which is even better :D
@JohnWickXD
@JohnWickXD 2 месяца назад
Thank you so much❤✨
@CodeBeauty
@CodeBeauty 27 дней назад
thank you baba yaga :D :D
@Farzadx-65
@Farzadx-65 2 месяца назад
@mohammedrezk8072
@mohammedrezk8072 2 месяца назад
Hotty Arrays
@CodeBeauty
@CodeBeauty 27 дней назад
is that some special kind of arrays?
@mohammedrezk8072
@mohammedrezk8072 27 дней назад
​@@CodeBeauty Yup, that's only double index array 😊
@mehrdad1700
@mehrdad1700 2 месяца назад
@ТимаКама
@ТимаКама 2 месяца назад
GOOOD
@Rishi-xj2iy
@Rishi-xj2iy 2 месяца назад
I didn't expected that any programmer girl can be this much beautiful and gorgeous ❤
@CodeBeauty
@CodeBeauty 27 дней назад
I'm here to break stereotypes :D
@broadbandmax
@broadbandmax 2 месяца назад
Can you add var and stddev calc :)
@CodeBeauty
@CodeBeauty 27 дней назад
hmm..im not sure what do you mean by that? Pease clarify :)
@broadbandmax
@broadbandmax 26 дней назад
@@CodeBeauty Add variance and standard deviation to the calculation.
@cric.cricket9693
@cric.cricket9693 2 месяца назад
mam I need c++ in pratical programming course but it to much cost I am a student
@MerrowGula
@MerrowGula 2 месяца назад
learn to code, start earning already!
@CodeBeauty
@CodeBeauty 27 дней назад
for now I can only offer you C# practical programming course, and make sure to use discount code from the description to save some money :)
@scottnixon8432
@scottnixon8432 2 месяца назад
I watch your channel because of your beauty.
@CodeBeauty
@CodeBeauty 27 дней назад
Well, thank you, but I’d love it if you could also learn something from my videos. Programming is a great job today, and anyone can become a programmer with a little dedication and willingness to learn! :)
@larrya3989
@larrya3989 2 месяца назад
❤❤❤❤
@benspencer1163
@benspencer1163 2 месяца назад
please stop putting your photos on your tutorial videos so I will no longer be tempted to ask you out
@FauziyaSuleimanzumo
@FauziyaSuleimanzumo 2 месяца назад
Focus!!! If you can't then you are not ready for prg
@arnonroyna4420
@arnonroyna4420 2 месяца назад
Just ask. Hear her say, "No." And, get back to your studies. LoL
@CodeBeauty
@CodeBeauty 27 дней назад
hahah you guys just made me laugh :D
@Msfasolin
@Msfasolin 2 месяца назад
🤟🥰
@CodeBeauty
@CodeBeauty 27 дней назад
🤟🤟
@xLevianeer
@xLevianeer 2 месяца назад
TILF🤤
@xerlapis
@xerlapis 2 месяца назад
Resources? Sorry my English is bad but translation say 'resources' 😅
@ChrisCarlos64
@ChrisCarlos64 2 месяца назад
​@@xerlapis Sadly, that comment doesn't translate to "Resources" but something inappropriate.
@xerlapis
@xerlapis 2 месяца назад
@@ChrisCarlos64 i see, what is it my friend?
@beefchampion2792
@beefchampion2792 2 месяца назад
@@xerlapis I think it is the same as MILF, but T probably stands for "teacher" 😅
@xerlapis
@xerlapis 2 месяца назад
@@beefchampion2792 ah, okay. This guy is something else
@davidspanton
@davidspanton 2 месяца назад
Code Beauty? Are you saying that code or yourself is beautiful?
@CodeBeauty
@CodeBeauty 27 дней назад
you tell me :D
@awaismushtaq5719
@awaismushtaq5719 2 месяца назад
By looking at you, one can tell you surely WORK OUT 😂
@nikhilsathe5956
@nikhilsathe5956 2 месяца назад
Hold your horses sir.
@awaismushtaq5719
@awaismushtaq5719 2 месяца назад
@@nikhilsathe5956 LOL 😂😂! Can you blame me honestly?
@CodeBeauty
@CodeBeauty 27 дней назад
gym and coding are among my favorite activities in life :D
@JakubSK
@JakubSK 2 месяца назад
Explain arrays to me over a candlelit dinner.
@CodeBeauty
@CodeBeauty 27 дней назад
thank you baba yaga :D :D
@wilgarcia1
@wilgarcia1 2 месяца назад
💙💙😻😻💙💙😻😻💙💙
@adilirshad9622
@adilirshad9622 2 месяца назад
Urdu me samjhain
@CodeBeauty
@CodeBeauty 27 дней назад
translate please :D
@Bhavishya_est
@Bhavishya_est 26 дней назад
@@CodeBeauty he is asking to translate in Urdu
@nilshult6401
@nilshult6401 2 месяца назад
mmmmm
@johnsmiths3934
@johnsmiths3934 2 месяца назад
Далее
Сколько стоит ПП?
00:57
Просмотров 338 тыс.
The Flaws of Inheritance
10:01
Просмотров 948 тыс.
arrays are weird
6:57
Просмотров 110 тыс.
Why Function Pointers are Awesome
11:11
Просмотров 8 тыс.
*Next-door 10x Software Engineer* [FULL]
4:50
Просмотров 665 тыс.
8 Data Structures Every Programmer Should Know
17:09
Просмотров 52 тыс.
This is Why Programming Is Hard For you
10:48
Просмотров 892 тыс.
Mac USB
0:59
Просмотров 27 млн
Скучнее iPhone еще не было!
10:48
Просмотров 614 тыс.
Самый длинный ноутбук!
0:23
Просмотров 47 тыс.