Learn C# In 5 Minutes | Lists

  Рет қаралды 40,878

Payload

Payload

Күн бұрын

Learn Simple Programming C# Lists in this video I am going to go over lists in a simple way, quick and easy so that you can learn how to use C# lists today.
Lists are really good to know because you will use them a lot in many programming languages, one of them being C#.
So get on the course and i'll teach you how to create and use lists in C#.

Пікірлер: 51
@jesusstudentbrett
@jesusstudentbrett 2 жыл бұрын
Hey my friend.... ZOOM up the font. In the bottom right, change to 120% or 150% or something. So hard to see, and I am on my laptop and not my phone. But thank you... good video. Very helpful... I just had to squint while I watched it. haha
@prodharrypote
@prodharrypote 4 жыл бұрын
3:26 me: giraffe him: Brian
@jamesbrooks9321
@jamesbrooks9321 4 жыл бұрын
Let me just whip out my magnifying glass
@johnw9173
@johnw9173 4 жыл бұрын
I like the speed of these videos. Perfect if you already know another object-oriented language and don't want to listen for 20 minutes for the same information.
@_buffer
@_buffer 4 жыл бұрын
Thank you so much! I really do appreciate that :-)
@makceJlb
@makceJlb 4 жыл бұрын
Hi from Ukraine! Cool video!! So easy and helpfull.
@aleszezulka9533
@aleszezulka9533 3 жыл бұрын
OMG i was just about to start looking somewere else, how to find out the size of the list and boom, you just said that th you so much.
@BenjaminSteiner
@BenjaminSteiner 2 жыл бұрын
Great video... would have been much easier to follow along if unique names were used in each location. You use Animal or Animals for the class name, the list name, the string name, and list variable name.
@drianlarde
@drianlarde 4 жыл бұрын
SLR, try to zoom in your codes so that we can see clearly :D just a suggestion .. ctrl + scroll so yeah :D new sub here
@_buffer
@_buffer 4 жыл бұрын
Hi! Thank you for the suggestion! I figured most people would watch in fullscreen, my bad haha :D
@leno7492
@leno7492 3 жыл бұрын
maybe on phone its hard to see, but when watching on a desktop its much better in fullscreen since you can see a lot more at once and its harder to get lost
@darthsquirrel4247
@darthsquirrel4247 3 жыл бұрын
Nice speed and structure. Very helpful!
@_buffer
@_buffer 3 жыл бұрын
Thank you! :-)
@whitefang8329
@whitefang8329 3 жыл бұрын
Hello. If you have a list of numbers and you add the new number to the list. are they going to place in the end or by value? Ex - {1, 2, 4, 5} then you add 3. does it look like that {1, 2, 4, 5, 3} ? Thank you
@ajhandsome01
@ajhandsome01 2 жыл бұрын
Ooo ahh eee it’s been fun see u guys next one 😂
@rokkamminni9061
@rokkamminni9061 2 жыл бұрын
Very worthful video...!! And a doubt please if we want to declare the lists in the same class i.e animal itself other than main then the process could be same?
@nyanyanyanya5125
@nyanyanyanya5125 3 жыл бұрын
Amazing tutorial video! There's one part that I didn't understand at 2:22 when you changed the variable names from Name to _name and age to _age. If the names of the variable is changed then how is the public Animal still working? Sorry if this doesn't make any sense.
@_buffer
@_buffer 3 жыл бұрын
Thank you! And that's a great question! The reason to why I can still access them is because they're declared private INSIDE the same class (Animal), so it's still within the same SCOPE, if you have a Discord I can explain it a bit further :-)
@AroundTheHope
@AroundTheHope 3 жыл бұрын
More of these tutorials, please! =)
@LAKD
@LAKD 4 жыл бұрын
You forgot to explain quite a bit and assume everyone knows c# in this video, would've been nice knowning that before.
@yus1812
@yus1812 3 жыл бұрын
true i didnt really understand much / why he did that
@mazaro4986
@mazaro4986 Жыл бұрын
It would have been nice if you could zoom so we can see better. Thanks
@M18_CRYMORE
@M18_CRYMORE 3 жыл бұрын
At 4:17 you're able to see the values inside the list while debugging, how do you do that? I can't seem to figure it out
@moppysla9239
@moppysla9239 4 жыл бұрын
Nice job. What is your Visual Studio theme name?
@_buffer
@_buffer 4 жыл бұрын
Thank you! That was actually a custom theme I made, I don't have it unfortunately :(
@samdeur
@samdeur 2 жыл бұрын
You state "Let's create a custom class" .. and i hear you typing on you keyboard but you don't say how to do this. clearly it's a shortcut of sum kind... but of searching found it it's ctrl+shift+a
@rokkus2595
@rokkus2595 Жыл бұрын
Is that all you can do with list
@Moccalocca100
@Moccalocca100 2 жыл бұрын
thx for blowing my ears with the intro
@_buffer
@_buffer 2 жыл бұрын
You're welcome :-)
@jakobjensen8228
@jakobjensen8228 2 жыл бұрын
I struggle to see how lists in C# are different from arrays in C? But thanks for the video.
@_buffer
@_buffer 2 жыл бұрын
If you hop in the Discord server I'll happily explain it to you :-)
@canny255
@canny255 4 жыл бұрын
Nice introduction to Lists in C#!!
@Rien--
@Rien-- 5 жыл бұрын
nice bro! this video helps with my university subject
@_buffer
@_buffer 5 жыл бұрын
Glad I could help! Best of luck with your studies! :-)
@Rien--
@Rien-- 5 жыл бұрын
@@_buffer thank u thank u
@play776655
@play776655 4 жыл бұрын
I wanna know how to use this in windows forms app how to list labels
@manuelalfonzoml
@manuelalfonzoml 4 жыл бұрын
Thanks alot man!!
@avalancherelapse
@avalancherelapse 4 жыл бұрын
youve got a typo in the title
@tzamar977
@tzamar977 Жыл бұрын
thanks g
@siebrenbe79
@siebrenbe79 3 жыл бұрын
1:41 How do you get to that???
@mrguigamerhd
@mrguigamerhd 3 жыл бұрын
right side of the screen (Solution Explorer), right click your project name ("Lists" in this video) > Add > Class
@sasukesarutobi3862
@sasukesarutobi3862 4 жыл бұрын
0:42 Funnily enough, I call my lists names when they're not working how I want.
@_buffer
@_buffer 4 жыл бұрын
Hahah good one :D
@sam-or7un
@sam-or7un 4 жыл бұрын
wait how do u only have 900 subs you deserve 1m
@GGamess
@GGamess 3 жыл бұрын
intro super
@icey2157
@icey2157 5 жыл бұрын
What template?
@Zeila1
@Zeila1 Жыл бұрын
video is 7 minutes not 5
@nzaronoi4965
@nzaronoi4965 2 жыл бұрын
too small to read
@curmudgeoniii9762
@curmudgeoniii9762 3 жыл бұрын
Should have know by the 'binaryBunny'. You do know that your audience can not see the code right? What the heck is wrong with you???
@_buffer
@_buffer 3 жыл бұрын
Dislike this video and go watch another one, what the heck is wrong with you? :-)
@Ty1er
@Ty1er 2 жыл бұрын
Cant see shit
C# Arrays, Lists, and Dictionaries (Quick dotnet tutorial)
19:51
Dev Leader
Рет қаралды 2,7 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 27 МЛН
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 18 МЛН
Зу-зу Күлпаш 2. Интернет мошенник
40:13
ASTANATV Movie
Рет қаралды 437 М.
The Dictionary Data Structure in C# in 10 Minutes or Less
10:20
IAmTimCorey
Рет қаралды 37 М.
Learning C#? You NEED To Learn Regular Expressions!
13:32
Nick Proud
Рет қаралды 2,1 М.
Arrays vs Lists
12:49
Coding Tutorials
Рет қаралды 6 М.
Learn C# BASICS in 10 MINUTES!
10:55
Code Monkey
Рет қаралды 794 М.
C# Tutorial: Properties, Getters and Setters
11:39
Ian Schoenrock
Рет қаралды 27 М.
C# generics ⁉️
5:33
Bro Code
Рет қаралды 77 М.
C# Classes Tutorial | Mosh
14:25
Programming with Mosh
Рет қаралды 281 М.
C# Lists 📃
6:46
Bro Code
Рет қаралды 105 М.
IS303 C# Creating a List of Objects
5:04
Greg Anderson
Рет қаралды 53 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 27 МЛН