C# Tutorial For Beginners 2024 - 17. List

  Рет қаралды 754

Teddy Smith

Teddy Smith

2 ай бұрын

C# Tutorial For Beginners 2024 - 17. List
Github repo for course: github.com/teddysmithdev/CSha...
Twitter: / teddysmithdev
Github: github.com/teddysmithdev
Linkedin: / teddy-smith-015ba61a3

Пікірлер: 12
@salmantheyabalmutairi
@salmantheyabalmutairi Ай бұрын
I completed the entire list of videos quickly and didn't even notice the time passing; it was such a great and incredibly useful collection. I learned so much from it. Thank you Mr.Teddy I'm excited to see the upcoming videos
@Jay71579
@Jay71579 2 ай бұрын
Best tutor ever met! Good Friday!
@TeddySmithDev
@TeddySmithDev 2 ай бұрын
Hope you have a happy Easter 🐣
@joaogabrielv.m328
@joaogabrielv.m328 2 ай бұрын
Happy Good Friday, Teddy :)
@shauryatomer1058
@shauryatomer1058 Ай бұрын
Offtopic comment, but can you please make more SpringBoot content really loving your Spring MVC Project Tutorial please n thanks for the awesome content.
@kvelez
@kvelez Ай бұрын
List list = new List(); list.Add(1); list.Add(2); list.Insert(1, 3); list.Remove(2); list.RemoveAt(0); var list2 = new List(); list2.Add(1); list2.Add(2); list.AddRange(list2); List list3 = new List { "test", "test2" }; var list4 = new List { "test", "test2" }; var list5 = new[] { "test", "test2" }; var list6 = new[] { 1, 2 }; list5.Append("test3"); list6.Append(3); list.ForEach(x => Console.WriteLine(x)); list2.ForEach(x => Console.WriteLine(x)); list3.ForEach(x => Console.WriteLine(x)); list4.ForEach(x => Console.WriteLine(x)); Array.ForEach(list5, x => Console.WriteLine(x)); Array.ForEach(list6, x => Console.WriteLine(x)); list.Where(x => x == 1).ToList().ForEach(x => Console.WriteLine(x)); var newList = from x in list where x == 1 select x; newList.ToList().ForEach(x => Console.WriteLine(x));
@kenzolaface8213
@kenzolaface8213 Ай бұрын
Hello Teddy! thx you for the rungroup app MVC course it's really awesome. Sorry to write this here but Is there another course where you do the bootstrap premium and the evolution of the app ? thxx you
@TeddySmithDev
@TeddySmithDev Ай бұрын
Unfortunately no. I've worked on so many bad MVC apps that I get nervous just thinking about MVC lol (srs)
@zubair007khan
@zubair007khan 2 ай бұрын
make a video on yield return
@TeddySmithDev
@TeddySmithDev 2 ай бұрын
Good suggestion. Will look into.
@shafialanower3820
@shafialanower3820 2 ай бұрын
😂 no other instructor does metaphors like you
@TeddySmithDev
@TeddySmithDev 2 ай бұрын
metaphors always help especially when crazy lolll
C# Tutorial For Beginners 2024 - 18. Records
14:38
Teddy Smith
Рет қаралды 594
C# Tutorial For Beginners 2024 - 6. For & ForEach
11:54
Teddy Smith
Рет қаралды 790
ONE MORE SUBSCRIBER FOR 6 MILLION!
00:38
Horror Skunx
Рет қаралды 13 МЛН
How many pencils can hold me up?
00:40
A4
Рет қаралды 17 МЛН
Quicksort Sort Algorithm in Java - Full Tutorial With Source
24:58
Coding with John
Рет қаралды 228 М.
How to Program in C# - Arrays (E05)
17:01
Brackeys
Рет қаралды 423 М.
A Simple Formula for Dressing Well
0:52
He Spoke Style
Рет қаралды 4 МЛН
Dynamic Arrays in C
11:46
Dylan Falconer
Рет қаралды 62 М.
C# Tutorial For Beginners 2024 - 10. While
7:01
Teddy Smith
Рет қаралды 673
C# Tutorial For Beginners 2024 - 2. Variables, Types, and Var
6:05
C# polymorphism 🎭
5:11
Bro Code
Рет қаралды 70 М.
How I Make Videos for Programmers (on Fireship.io)
9:03
Jeff Delaney
Рет қаралды 423 М.
CORRUGATED CARDBOARD KENKENPA!#shorts
0:19
HAYATAKU はやたく
Рет қаралды 7 МЛН
Choose the right bottle to win
0:59
Fun4Two
Рет қаралды 14 МЛН
YouTube Play Buttons !! 😱😱
0:17
Tibo InShape
Рет қаралды 12 МЛН