Тёмный

C# generics ⁉️ 

Bro Code
Подписаться 1,9 млн
Просмотров 69 тыс.
50% 1

C# generics tutorial example explained
#C# #generics #tutorial

Наука

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

 

29 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 135   
@BroCodez
@BroCodez 3 года назад
using System; namespace MyFirstProgram { class Program { static void Main(string[] args) { // generic = "not specific to a particular data type" // add to: classes, methods, fields, etc. // allows for code reusability for different data types int[] intArray = { 1, 2, 3 }; double[] doubleArray = { 1.0, 2.0, 3.0 }; String[] stringArray = { "1", "2", "3" }; displayElements(intArray); displayElements(doubleArray); displayElements(stringArray); Console.ReadKey(); } public static void displayElements(Thing[] array) { foreach (Thing item in array) { Console.Write(item + " "); } Console.WriteLine(); } } }
@girlkun7518
@girlkun7518 3 года назад
Hi! Could you make a video about topic "How to handle 2 keys pressed simultaneously in java"? Please... I'm Vietnamese and I'm really looking forward to this
@gaccone1.1
@gaccone1.1 Год назад
Thanks for code.
@nwerxuser6599
@nwerxuser6599 Месяц назад
Bro we need advanced C# videos.
@robertmanigault625
@robertmanigault625 2 года назад
I watched 2 other videos in which the presenters, although very knowledgeable, rambled on incessantly while attempting to explain generics. Your explanation is clear and concise and above all, effective. Keep up the good work, Bro.
@UmarAlFarooq
@UmarAlFarooq Год назад
Exactly right?? Damn, why can't they be like this guy, just get to the point and get done with it!
@omoloni
@omoloni 10 месяцев назад
​​@@UmarAlFarooqi'm from Russia, i even got it, but i knew
@johansno5019
@johansno5019 9 месяцев назад
Exactly. I feel most tutorials are like that. Too much unnecessary info and jumping from thing to thing, and just skimming through what you want to know. I love when it's just straight to the point like these
@black-forest-code
@black-forest-code Год назад
This is the shortest but most understandable video on Generics I've found so far! Thanks very much!
@Andrew-mo9gy
@Andrew-mo9gy Год назад
This is the best explanation of generics I've ever heard. Made it so simple to understand. Great demo. Thanks 🙏
@vikneshar139
@vikneshar139 10 дней назад
That's some precise explanation about generics. Nice bro!!!
@davestorm6718
@davestorm6718 Год назад
Not sure how I got away with not using generics in many years of programming, but I wish I had before. This is the most concise explanation I've seen (there are hour long videos on this topic, but this is the best).
@rasmuspennanen5823
@rasmuspennanen5823 2 года назад
Holy balls bro I'm taking my first uni course on C# and every one of your videos that I've watched has been an absolute godsend🙏
@codewithdalvin
@codewithdalvin 10 дней назад
I've watched some videos about C# in english and spanish and as far as now you are one of the best choices for learning C# because the way you explain all that thing easy. Thanks!
@floyd666uk
@floyd666uk Год назад
Excellent video, always struggled with generics and you've just made me get it in 5 mins.
@redheadrusskie
@redheadrusskie 2 года назад
A copiously underrated channel. I love your stuff, please keep it up!
@shallanrambaran7090
@shallanrambaran7090 Год назад
Excellent stuff man, really appreciate the quick, clear and concise information.
@atauygur8852
@atauygur8852 5 месяцев назад
I am 👌 this close to start worshipping you. It is amasing you can make me feel confident about magical and scary words I always hear in tutorials and courses in 5 minutes.
@cabbiechuck
@cabbiechuck Год назад
Clearest, most concise example of generics I have come across!
@videolosss
@videolosss 2 года назад
Best clear explanation of why generics I have found. Thank you
@noextrasugar
@noextrasugar 7 месяцев назад
Broooo I hit like after first 5 sec, and the ‘Thing’ just seal the deal 🤝 immediately subscribed! Best 5mins video series !!
@mamabrowsss1160
@mamabrowsss1160 Год назад
I can't even count the number of videos I've watched on Generics and it still confuses me. After watching this, and the way you kept it simple and straight to the point, I finally get it!! Thank you :)
@Bear-nr9jo
@Bear-nr9jo 3 года назад
Best teacher fr
@_b001
@_b001 Год назад
🤧🤧🤧 I'm in tears, the first language that I learnt is javascript and now in my company we use c#, I have searched a number of videos and articles and they all try to confuse generics as much as possible but this video is a gold mine, I have to scroll down for this video to show up, I will share this channel so others can subscribe to this too, thank you very much bro.
@Yinyan662
@Yinyan662 Год назад
thank you for these short and effective explaining videos! keep up the good work!
@karlallanicsky
@karlallanicsky Год назад
Thank you! While watching this I've had realizations in which "I could have done that during my functions in xxx" Thank you so much, you explain everything so well
@LeonardoMolina-gr5lo
@LeonardoMolina-gr5lo Год назад
Great, Clear, Concise. Just amazing
@luissabalaable
@luissabalaable 2 года назад
straight to the point and easy to understand. Thanks Bro Code!
@johnspencer772
@johnspencer772 Год назад
A great simple explanation of something I had 'worried' over through the years. I can see now that a long-winded explanation is not necessary. If anything, that long-windedness begins the trip into confusion. I can see no that generics took 'overloading' a step further!! Thanks!!
@kylekyle8131
@kylekyle8131 Год назад
Clear and straight to the point! Awesome video 👍
@user-rp1bp3wu8l
@user-rp1bp3wu8l 9 месяцев назад
So well explained! Have been confused about what the means and nobody ever explained it's just something you can name according to your choice
@nueledem3525
@nueledem3525 Год назад
So simple! An amazing teacher!
@fredchuks7822
@fredchuks7822 Год назад
Best explanation of generics ever! Thanks a lot.
@kopilkaiser8991
@kopilkaiser8991 10 месяцев назад
Bro you are the best. Thank you for teaching us about generics. I liked, commented, and shared your valuable video. It needs to he spreaded in order to teach all who are willing to learn. Definitely, a lot of wandering souls who are lost on thia topic 😊 😅
@UlisesGB.
@UlisesGB. 7 месяцев назад
short, specific and great. You got a new subscriber :)
@mindurownbussines
@mindurownbussines 5 месяцев назад
Thanks Bro Good teachers make students fall in love with the subject. You're a good teacher
@kirillberia1797
@kirillberia1797 3 года назад
Love your tutorials!
@FREDO-py4ti
@FREDO-py4ti Год назад
Thank you Sir for this quick and clear explaination about GENERICS...i understand it a little bit better !!!
@rehanbhojani2112
@rehanbhojani2112 Год назад
i never comment, but i must tell u that u are the best and explain concepts straight forward
@pydzio
@pydzio 2 года назад
Awesome! This concept is actually very easy to understand.
@fozler
@fozler 7 месяцев назад
Genius explanations brother
@Atom-Mercury
@Atom-Mercury 8 месяцев назад
You explain so well, bravo Bro.
@vidazarei3951
@vidazarei3951 Год назад
Thank you so much, you explained Generics in the simplest way.
@001marselle
@001marselle 9 месяцев назад
I like your videos since you convert the difficult things to easy
@dula9310
@dula9310 Год назад
Bro your explanation are really simple its really easy to understand . Thank you very much
@andywawa7227
@andywawa7227 Год назад
clear, structured and simple, thanks bro 😉
@user-sf9zj9eo7d
@user-sf9zj9eo7d Год назад
cool video,nice explanation,thanks
@suzu6165
@suzu6165 4 месяца назад
PERFECT. thank you so much sir 🙏🙏
@grantwilliams9838
@grantwilliams9838 11 месяцев назад
Awesome. I've been searching everywhere for an explanation on this syntax. Finally found it in an accent I understand and with a very easy to understand example. Well done Bro !!!
@danielam1247
@danielam1247 5 месяцев назад
Thank you it was very clear bro!
@givolimyerukim
@givolimyerukim Год назад
very straight forward, thanks bro
@user-ye7fo5mw7h
@user-ye7fo5mw7h Год назад
ّ I learned a lot from you. Thank you so much
@cyrocyro7904
@cyrocyro7904 Год назад
Man keep up the good work
@justamovie
@justamovie Год назад
🤯Thanks, Bro!
@ahmedel-saadany703
@ahmedel-saadany703 Год назад
Fantastic brooo🖤
@hayotbahromnurdinov7409
@hayotbahromnurdinov7409 Год назад
thanks bro for your helping, I thought I never understand generic types
@uweopfern
@uweopfern 2 года назад
Best generics tutorial that i have ever seen
@spartanranger
@spartanranger 2 года назад
Thanks for the video Bro.
@manikandanu1507
@manikandanu1507 2 года назад
Thanks bro. It's very helpful ☺️👍
@LuzuVlogsGamer
@LuzuVlogsGamer 7 месяцев назад
This is what Perfection looks like ;o
@user-fs1hv7dk7o
@user-fs1hv7dk7o 2 года назад
Using THING to explain is giving us association. Genius.
@fushitensho7840
@fushitensho7840 Год назад
my lifesaver
@FullExtension1
@FullExtension1 Год назад
you are such a bro, bro
@mertkurt947
@mertkurt947 Год назад
so understandable , thanks much
@BigToasti
@BigToasti Год назад
Thanks Bro!
@nickout99
@nickout99 Год назад
Would be nice too see if it would show decimals and alphanumeric characters also, just to see what the limitations are
@amplifiedge
@amplifiedge Год назад
thank you bro!
@abdullah.nayem.enosisbd
@abdullah.nayem.enosisbd Год назад
Thanks!
@kylekeenan3485
@kylekeenan3485 2 года назад
Wow light bulb moment. So many times I have had code that I try to avoid duplicating and the only difference is the data type resulting in me having to duplicate the code. This is the solution! I am surprised none of the 5 senior Devs at my workplace ever mentioned using generics in the code review though!
@tbtmtfth
@tbtmtfth 7 месяцев назад
great videoooo
@aliabouhawia1563
@aliabouhawia1563 3 года назад
Thanks Bro:)
@staayfan
@staayfan Год назад
Merci infiniment bro… simple and very precise
@yushi2220
@yushi2220 Год назад
Thank you
@enespinar9711
@enespinar9711 6 месяцев назад
Bro you taught me better than my college professor
@hamzaasmaabdoulkarim4724
@hamzaasmaabdoulkarim4724 Год назад
Thanks bro
@fisix5151
@fisix5151 3 месяца назад
yo thank you brother
@KhaledAlhelwane
@KhaledAlhelwane 5 месяцев назад
thank you 🥰
@Lonchanick
@Lonchanick Год назад
Nice!
@armm6437
@armm6437 Год назад
very useful!
@euphoriaorphan
@euphoriaorphan 8 месяцев назад
thanks bro
@caseyspaulding
@caseyspaulding Год назад
Wow nice!
@Adze-yah
@Adze-yah Год назад
ggs, this explanation helped me well.
@lethokuhlemntungwa3715
@lethokuhlemntungwa3715 5 месяцев назад
Omg, Thanks.. This was so helpful🙏 Why is the double display a whole number and not a decimal?Just curious
@henrik3098
@henrik3098 Год назад
thx dude
@mostafataheri4939
@mostafataheri4939 11 месяцев назад
tnx that was grate 👍👍
@rashidfarhan6223
@rashidfarhan6223 4 месяца назад
HELL YEAH BROTHER! I'LL ALWAYS TYPE THING FROM NOW ON!
@prathameshgaikwad7550
@prathameshgaikwad7550 Год назад
I just want to know can we use var or object data types as parameters for methods and a var or object data type in foreach loop?
@MariemMili
@MariemMili Год назад
thanx😄
@Siuuu-gy8ro
@Siuuu-gy8ro 10 месяцев назад
I like how you only explain the subject of the video. You explained what generics are, thats it. You could also have explained sorting with generic types but that would be to much info and people might get confused. W bro code.
@alexgolomb363
@alexgolomb363 3 месяца назад
0:19 that was such a solid uhhhhhhhahhhhhhhh
@vasykloepexergasia7562
@vasykloepexergasia7562 Год назад
east or west bro is the best
@chrisgille1460
@chrisgille1460 2 года назад
So you can pretty much use generics as a alternative of boxing and unboxing??
@slashd
@slashd Год назад
Can we get an example how to use this with multiple add functions for Entity Framework?
@LeonardoMolina-gr5lo
@LeonardoMolina-gr5lo Год назад
Just liked, subscribed. Honestly if you read this thank you! Plus code in comments ;)
@corvoattano93
@corvoattano93 2 года назад
🤩
@la-ki5wd
@la-ki5wd Год назад
i was too lazy at first for liking and subscribing but 1like=1prayer is genius thx for the good explanation also!
@adeebsiddiqui5140
@adeebsiddiqui5140 3 года назад
Yay, First Like
@allnicksweretaken
@allnicksweretaken Год назад
Thanks for pointing out the T Thing part! ^_^
@UmarAlFarooq
@UmarAlFarooq Год назад
Bro, you are AWESOME! You explained something in such a simple and straightforward way; that Tim Corey is a JOKE compared to your content.
@TylerHerwek
@TylerHerwek Год назад
👍🏿
@trustingod0
@trustingod0 9 месяцев назад
How does this work with Generic Types?
@ic_1234
@ic_1234 9 месяцев назад
why doesnt it print 1.0, 2.0, 3.0?
@gunnerxt
@gunnerxt Год назад
Brooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo thanks
@whitedinamo
@whitedinamo 2 года назад
lesson check😇
@adambosick3137
@adambosick3137 3 месяца назад
Just commenting for the algorithm lol.
@VectorMousepad8759
@VectorMousepad8759 23 дня назад
comment for the algorithm gods
Далее
C# multithreading 🧶
6:59
Просмотров 145 тыс.
C# Generics - The complete guide
18:43
Просмотров 39 тыс.
C# interfaces 🐟
5:38
Просмотров 121 тыс.
C# method overriding 🙅
4:02
Просмотров 41 тыс.
What are Generics? (C# Basics)
13:48
Просмотров 142 тыс.
C# constructors 👷
5:44
Просмотров 74 тыс.
Learn TypeScript Generics In 13 Minutes
12:52
Просмотров 228 тыс.
how Google writes gorgeous C++
7:40
Просмотров 799 тыс.
Faster than Rust and C++: the PERFECT hash table
33:52
Просмотров 520 тыс.
XIAOMI для настоящих МУЖИКОВ!
0:34
Просмотров 292 тыс.
Gizli Apple Watch Özelliği😱
0:14
Просмотров 4,5 млн