Indexers in C#.NET | C#.NET Tutorial|Mr.Bangar raju.

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 53

  • @systemfails
    @systemfails 6 лет назад +11

    perfect explanation of indexers thank you sir.

  • @dattatreyapujar4068
    @dattatreyapujar4068 Год назад

    Your rythm of teaching makes even complicated things a lot easier for everyone. Lots of love to you sir :)

  • @AmmarTheTrainer
    @AmmarTheTrainer 7 лет назад +5

    Class will behave like a virtual array . using Indexers.. Thanks... very helping sir.

  • @bijkashama4964
    @bijkashama4964 2 года назад

    This is the best explanation ever. ❤

  • @hitanshimehta430
    @hitanshimehta430 6 лет назад +2

    It is really a good video sir and clear my idea about indexer.Thank you so much,but what i suggest is please keep variable less. I mean you can keep only eno, ename and salary because with this three variable also your example will be clear.

  • @gordonmctague1723
    @gordonmctague1723 Год назад

    Thank you, Sir, What a great video!!

  • @kartikagarwal3807
    @kartikagarwal3807 2 года назад

    Amazing teaching skills

  • @sivapalaniappan701
    @sivapalaniappan701 2 года назад

    Great sir much useful tutorial tanks

  • @danianiazi8229
    @danianiazi8229 4 года назад +1

    Really Appreciate it ❤️ .

  • @AD-ng4mz
    @AD-ng4mz 8 лет назад

    Awesome! Thank you very much sir. Waiting for more from you.

  • @sanwalchaudhry2099
    @sanwalchaudhry2099 5 лет назад +1

    thanks for beautifully explaining the need of indexer.

  • @pavanivengala5630
    @pavanivengala5630 7 лет назад

    awesome sir,,,,i got a clear clarity about indexers.

  • @raziahmad2376
    @raziahmad2376 4 года назад

    Great 👍👍👍

  • @iliketocode6986
    @iliketocode6986 4 года назад

    so perfect the way this is put together. Even the code is large text.

  • @BHARATGARANDE
    @BHARATGARANDE 8 лет назад

    Awesome! Great.. Waiting for more from you. Thank you very much sir.

  • @johnbhaiya5363
    @johnbhaiya5363 5 лет назад

    Thanks sir your videos always helpful for me....!

  • @iliketocode6986
    @iliketocode6986 4 года назад

    i love this guy. you are internet end boss.

  • @rkfactsstories
    @rkfactsstories 3 года назад

    What an explanation sir thank you 👍🙏

  • @rahimeinollahi1
    @rahimeinollahi1 6 лет назад

    Thanks sir ,You are best teacher

  • @shilpapatil2532
    @shilpapatil2532 7 месяцев назад

    Very helpful...thanks a lot....

  • @arvjugtwan9097
    @arvjugtwan9097 4 года назад

    you taught this topic very well

  • @eick8583
    @eick8583 4 года назад

    Amazing tutorial! Greetings from Poland! :)

  • @rajattyagi8683
    @rajattyagi8683 6 лет назад

    Thanks. Now Indexers looks easy to learn.

  • @fooballers7883
    @fooballers7883 Год назад

    Excellent Thank you...

  • @shashank_kishore_
    @shashank_kishore_ 7 месяцев назад

    loved it

  • @nikcru
    @nikcru 9 месяцев назад

    Excellent

  • @psradr30
    @psradr30 8 лет назад

    Thanks for this valuable video...

  • @apologetics2488
    @apologetics2488 7 лет назад

    great explanation....Thanks Sir

  • @sairam8406
    @sairam8406 4 года назад

    well Explained sir

  • @preetamvarun9219
    @preetamvarun9219 7 месяцев назад

    Thank you sir!

  • @TalentedTechie-ry2ux
    @TalentedTechie-ry2ux 5 месяцев назад

    7 years old. Still Excellent Explained.

  • @Chaithu8919
    @Chaithu8919 5 лет назад

    Tqq sir...for good explanation

  • @therealadamlevine
    @therealadamlevine 3 года назад

    Thank you so much, sir. You earned a new subscriber :)

  • @XavierTharki
    @XavierTharki 7 лет назад

    Thanks sir great explanation..

  • @manzaribrahim2361
    @manzaribrahim2361 6 лет назад

    Thank you sir this lecture is very helpful it clear all concepts about indxer

  • @top5things968
    @top5things968 2 года назад

    THANK YOU SIR .

  • @SalahLFC11
    @SalahLFC11 4 года назад +1

    Instead of writing chain of if-else in indexer, we can use switch statement of clean, more understandable and less code.

  • @ayeshamallika2417
    @ayeshamallika2417 7 лет назад +1

    awsome

  • @bhavyagarg29
    @bhavyagarg29 5 лет назад +1

    I have a question sir, at 16:30 u wrote return null; can't i write else Console.WriteLine ("invalid");

    • @WeeeAffandi
      @WeeeAffandi 5 лет назад +1

      since its a get method , it must return something , so its better to return null when the index does not exist

  • @varshamoradiya4767
    @varshamoradiya4767 Месяц назад

    Can we use var instead of object so don't need of type casting

  • @AhmadTechnicalSupport
    @AhmadTechnicalSupport 3 года назад

    Plz upload video on DbSet and DbQuery classes in EF

  • @AhmadTechnicalSupport
    @AhmadTechnicalSupport 3 года назад

    Hello sir, plz upload video on reflection and Expression with func delegate

  • @tabishkhan1154
    @tabishkhan1154 6 лет назад

    What about adding array to class let's say object[1] refers to array how will we access a particular element in that array

  • @SalahLFC11
    @SalahLFC11 4 года назад

    Why would one access elements by index as it is more error prone. One can easily make typo and application will crash. While using properties one can have advantage of intellisence and all checks will be done at compile time. So where indexer is better option than properties?

  • @naveendhiranr3167
    @naveendhiranr3167 2 года назад

    virtual means? is it runtime creation

  • @krishnag1210
    @krishnag1210 6 лет назад

    I have a query here, for now we have 6 no.of properties so that we can easily unboxing them, but tomorrow if we have more number of properties in the class then what about the performance issue I meant to say by using unboxing... Please let me know.

    • @naitik1744
      @naitik1744 3 года назад +1

      Do you still have that query?

  • @SalahLFC11
    @SalahLFC11 4 года назад

    Salary should be decimal because of it's high precision.

  • @debayansaha820
    @debayansaha820 6 лет назад

    No need to write else if because we are returning from every if

  • @mdsirajkhan7220
    @mdsirajkhan7220 6 лет назад +1

    Does it cover entire course

  • @AhmadTechnicalSupport
    @AhmadTechnicalSupport 3 года назад

    Hello sir, plz upload video on reflection and Expression with func delegate