Part 47 C# Tutorial Enums in c#

preview_player
Показать описание
Tags
c# enum underlying type in arabic
c# enum cast to int in arabic
.net enum to int in arabic
csharp enum int in arabic
c# enum get values in arabic
c# enum get name from int in arabic
c# enum values to list in arabic
customize enum in arabic

In this session we will learn the concepts related to enums in c#

Text version of the video

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.

Slides

All C# Text Articles

All C# Slides

Complete C# tutorial

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic
Рекомендации по теме
Комментарии
Автор

Your videos are amazing. Thank you sir.

kitsVideo
Автор

2021 anyone? Love your series man, you helped me getting a head start for college :D I love the idea that I can create so much with coding and I really want to get better at it and improve my creative thinking and problem solving. You helped me a lot with this series, thanks Venkat.

miquel
Автор

Hi Sir, why we need to cast the int[] for GetValues() and do not need for string[] for GetNames()?
Thank you

namhoangle
Автор

If source code available it would be great to practice ❤

ratikrishnamoharana
Автор

hello so, i am using mvc now and i created an enum list which i had used to create user acc with enum role type.now to do a select using datatables and coverting each item selected to thier existing types, how can i convert the data coming in through enum type to string. user.Role=

yusrahussainyunus
Автор

I understand how we are doing such a stuff.
But I wonder what is the real implementation of it? Because I can't imagine a situation (due to lack of real experience) when I use everything you showed in this part.

Thanks for videos.

andrewv
Автор

Hi Kabir, I think it may be related to your internet connection. I am able to play this video fine. May be disconnect and then try to connect to the internet again.

Csharp-video-tutorialsBlogspot
Автор

HI Venkat,

please upload videos on design patterns with real time examples

BhabaniDashTHELOVEBIRD
Автор

what is the exact difference b/w console.WriteLine and return

Edsfact
Автор

Use byte for someting like gender there cant be more than 255 genders xD

nameStringEmpty
Автор

Sir i didn't understand the meaning of below lines
Gender gender = (Gender)3
int num = (int)Gender.UnKnown
Gender gender = (Gender)Season.Winter

Please explain why we do like this and what is the purpose behind doing this ?

sureshrajput
Автор

9:20 "It won't exceed beyond ten" - It isn't true anymore in 2022. Unfortunately.

jonaskowalczyk_
Автор

@АндрейВласов One scenario would be a calendar and months. January = 1 etc. 

wondrinminstrel
Автор

Why does it return the signed integer type by default instead of the unsigned integer uint?

alwaysinagoodshape
Автор

Your videos are awesome!! But, it freezes on the first page, I can only hear your speak, but the video doesn't change. Not sure if anyone chas this complaint!! Please help.

kabirsanth
Автор

The list of genders won't go beyond 10! If only we still lived in that world.

Thanks for this video, I appreciated the depth of it, going into casting one enum type to another.

shaunhunterit
Автор

Hi Sir,
Write a program to start the service and to stop it..to implement this program do I need to have knowledge on web services too or C# is enough?

kanasree
Автор

Wow, this tutorial was fantastic! Thank you very much

Trzbne
Автор

hy man, you're videos are awesome. i dont understand what Gender gender= (Gender)3; what does it do? gender enum has 3 elements, but here we are assigning just one?or do we add the number 3 to the enum? thanks, bye bye.

rucklerful
Автор

"genders won't be more than 10"
people who identify themselves as apache : im gonna end this mans whole career

zeniths