C# Tutorial: Lists of Objects

preview_player
Показать описание
In this lesson I go over a lists of objects and how to use them.
Рекомендации по теме
Комментарии
Автор

Ian, i really appreciate your work. You way of approaching code is interesting, please do more. all the best.

balasenk
Автор

this video is amazingly amazing, how you're not above 100k subscribers is beyond me, you earned yourself a new loyal subscriber my guy

alphasauroxviix
Автор

I'm so pleased to watch your videos because you explain how to code so well and step by step. I really appreciate your help and please keep posting more videos about coding. You are fantastic. Cheers.

marioluissaldanhasantos
Автор

Hello, so I am working on making a simulation of a bus, I have managed to make passengers and make it store them, but I have run into problems now when it comes to making functions for the list of objects. Like for instance if I wanted the user to give a parameter of an age let's say 100-80. And then it returns the passengers that match that age. Can't seem to figure out how to do something like that.

RobinNilsson-zs
Автор

Ian, tks man! I'm really enjoy this video. From Brazil.

gabrielfs
Автор

Create a C# menu-driven console application using OOP concepts that comprises the following functionality,

1- Ability to register a student details (Name, Gender & Age)

2- Ability to view student list.

3- Ability to view delete & edit students

Havok
Автор

Simple and Awesome Content! ❤️⭐💯Thanks alot.

syedmubazir
Автор

How do I copy an array of these into another object using this list method. I see zero tutorials online.

-Plube-
Автор

pls sorry for asking, pls why do you used for each

AremuKamal-jn
Автор

I really appreciate your hard work. Is this possible to make it dynamic rather than raw code?

aranya
Автор

This is a great content. My suggestion is try and re-arrange your C# tuorial, so they are in order. Topics are not sequential. A question for you, which book would you recomment for C#. Thanks

josephozurumba
Автор

Hi lan I have a question that how can I assign a unique Guid to each object inside the collection of objects, so that later on it could help me in removing the specified object only through UI controls.

daniyalihsan
Автор

Can I ask. If I make list of button with code :
List<Button> btn = new List<Button>();
How can I add all of buttons in the list to forms's control?
I tried using :
This.Controls.Add(btn);
But it's didn't work somehow.

MuhammadAziz-tbzr
Автор

Ian, I have a list of 50000 record I read from sql ..now how to split the list into smaller list in c# ...Any idea?

malinisaranya
Автор

do we need fields when creating a model class? or are the auto properties enough?

zerosandones
Автор

how to fetch using name in list of objects

sampathchaganty
Автор

Ian how to use this list in another class?

phone
Автор

How would you search for a contact with a specific name and then show that specific name and phone number?

Shakespeare
Автор

How can you deal with lists, inside of lists, inside of lists. Like a list of casinos, each of which has a list of tables, each of which has a list of card decks, each deck deals a number of games, each game has a list players and hands, a list of cards in a discard pile and a list of chips in the pot, as well as in each player's possession. Finally each hand has a list of cards. Let's go pro here. Let's conquer serious REAL WORLD use cases.

Shakespeare
Автор

If anyone is seeing this, how do I instead of .Add() change it to accept Inputs from users like console.readline() for Name, PhoneNumber and Age???

ryan