C# Arrays, Lists, and Dictionaries (Quick dotnet tutorial)

  Рет қаралды 3,216

Dev Leader

Dev Leader

Күн бұрын

Пікірлер
@DevLeader
@DevLeader Жыл бұрын
✅Like, ✅share, and ✅subscribe to the channel for more full length content about software engineering topics presented by a Principal Software Engineering Manager 🤓
@LASERobot
@LASERobot Ай бұрын
I am studying to be a game developer, and am currently studying c# programming. I am using Unity learn to, well…. Learn. But going through I don’t think they checked what they put IN their course, because in a quiz they brought up things like dictionaries and switch statements… both of which they didn’t teach me. I learned quickly what switch statements were, but all I could understand was what dictionaries were supposed to look like. How they worked, their usage, and all the technical stuff, I looked around snd couldnt find a source that could explain it simply. Not even brackeys covered it as far as I can tell. And then there’s you, who did. Thank you.
@DevLeader
@DevLeader Ай бұрын
Happy to help, my friend 🙂
@neilranada
@neilranada Жыл бұрын
Super helpful in understanding the differences in data structures coming from JavaScript. Key takeaways from your explanations for me: 6:27 Use Arrays for fixed size collections 12:55 Use Lists for dynamic size collections 16:28 For Dictionaries, you can overwrite an existing value by assigning an item using "dictionary[index] = value" bracket notation. But if you want to avoid overwriting an existing value, we can use the "dictionary.Add()" method.
@DevLeader
@DevLeader Жыл бұрын
Awesome awesome!! Those are great highlights! Thanks for sharing, and it's so nice to hear that you found this helpful 💪💪
@As-crafts
@As-crafts 5 ай бұрын
Great explaination 👍👍
@DevLeader
@DevLeader 5 ай бұрын
@@As-crafts awesome! I'm glad you found it helpful!
@phevab
@phevab 8 ай бұрын
Great content. It really helped me.
@DevLeader
@DevLeader 8 ай бұрын
I'm very happy to hear that!
@As-crafts
@As-crafts 5 ай бұрын
Sir can't find any video on generics?.....
@DevLeader
@DevLeader 5 ай бұрын
These collections *are* generics 🙂 are you looking for a more basic introduction to the concept? Let me know 🙂
@evnikasmirnova7753
@evnikasmirnova7753 8 ай бұрын
👍👍
@DevLeader
@DevLeader 8 ай бұрын
Hope you found it helpful! Let me know if there's anything else you'd like covered!
@uditjagtap8317
@uditjagtap8317 5 ай бұрын
So basically Arrays are static with single data type collection, Lists are dynamic with single data type collection and Dictionaries are dynamic with 2 different data type collection....That's it?
@DevLeader
@DevLeader 5 ай бұрын
@@uditjagtap8317 the first part is a good summary. The second part is true, but it leaves more to be desired in the definition. Dictionaries have very different characteristics. If you want to find a specific element in an unsorted array or list you need to step through it. A dictionary, the lookup by key is extremely efficient and you don't need to walk through the elements. Dictionary keys must also be unique, but there's no such constraint on an array or list 🙂
@uditjagtap8317
@uditjagtap8317 5 ай бұрын
@@DevLeader Oh...get it thank you for the explanation 😄
@غصنالزيتون-ف7ز
@غصنالزيتون-ف7ز 11 ай бұрын
Lots of talk and incomplete explanation
@DevLeader
@DevLeader 11 ай бұрын
What was not explained? There are several ways to offer feedback, and simply saying something negative without much context is *exactly* what your own criticism was of the video. - What did you feel was superfluous and extra? ("Lots of talk") - What did you feel was an incomplete explanation? - What's your level as a programmer? Are you junior, and still feel that you don't get the concept? Or are you advanced, and feel like there's other aspects that you'd mention? Thanks for taking a moment to offer feedback, but that's inactionable due to "incomplete explanation".
Shocking Iterator Performance Benchmarks in C# dotnet
19:49
Beginner's Guide To Dictionaries In C# - Get Started NOW!
16:21
Dev Leader
Рет қаралды 2,1 М.
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
Arrays vs Lists
12:49
Coding Tutorials
Рет қаралды 7 М.
Dynamic Arrays in C
11:46
Dylan Falconer
Рет қаралды 73 М.
Every single feature added in C# 11
27:07
Nick Chapsas
Рет қаралды 112 М.
How to Program in C# - Arrays (E05)
17:01
Brackeys
Рет қаралды 450 М.
C# Array vs Dictionary vs List a Beginners Guide in .NET
20:48
thedevlife
Рет қаралды 10 М.
The weirdest way to loop in C# is also the fastest
12:55
Nick Chapsas
Рет қаралды 254 М.
Advanced C# - LINQ Tutorial
3:07:24
freeCodeCamp.org
Рет қаралды 170 М.