When to use - IEnumerable vs IList vs ICollection?

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

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

  • @Micah_Tech
    @Micah_Tech 8 месяцев назад

    As a Dot Net developer I appreciate your work

  • @kilungyajames5484
    @kilungyajames5484 2 года назад +1

    This is the best explanation I've seen so far

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

    I've learnt quite a lot from this tutorial understanding in-depth all the logic discussed here. Thank you for taking the effort in teaching us all of these topics.

  • @sh2983
    @sh2983 2 года назад +2

    Thank you for very clear explanation. This helped a lot to understand the concept.

  • @girmamoges941
    @girmamoges941 Год назад +1

    The most clear explanation and easy to understand.😊

  • @imanqoly
    @imanqoly 2 года назад +1

    So easy and loud and clear. Thank you

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

    best explanation so far

  • @Maiska123
    @Maiska123 11 месяцев назад

    This is real quality content. Thank you.

  • @2347matte
    @2347matte 5 месяцев назад

    Best C# / DotNet on the internet hands down

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

    Its a clear explanation. Really understood the difference.Thanks a lot.

  • @waelhi8938
    @waelhi8938 2 года назад +3

    Thank you for this thorough explanation about this topic. Great work! Keep it up!

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

    Very good tutorial ! Thank you!

  • @volimax
    @volimax 8 месяцев назад

    Thanks, great explanation!

  • @Shakti_Singh_Om
    @Shakti_Singh_Om 6 месяцев назад

    This is amazing video!

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

    Will you please make a video on blazor ?
    layout and application flow in an empty blazor
    solution

  • @Micah_Tech
    @Micah_Tech 8 месяцев назад

    Great explanation

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

    Thats a wonderful video my friend, hugs from Brazil

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

    Thank you so much for cool explanation.

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

    The deferred execution mentioned here was related to EF, what about Dapper is that the same case?

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

    Thanks for this wonderful video. Kindly also make a video on Garbage Collector and its generations.

  • @nitishkumar-dt2tx
    @nitishkumar-dt2tx Год назад

    how did you log the queries executed into console automatically? is there some configuration for logging queries

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

    Thank you! It is very helpful!

  • @err_0-5rZ
    @err_0-5rZ 2 года назад

    This is very useful thank you!

  • @Ahmet-nd5ct
    @Ahmet-nd5ct 2 года назад

    great tut! thnx

  • @muhammedfahmi-x6i
    @muhammedfahmi-x6i 8 месяцев назад

    Can we call interface implementation as inherent?
    Please reply

  • @nahomwores3415
    @nahomwores3415 2 года назад +2

    do video on complex data models and navigation properties lazyloading eager loading and explicit loading and Serialization in C# please. loved the video keep it up

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

    very good video

  • @MaheshSingh-ev8yh
    @MaheshSingh-ev8yh 11 месяцев назад

    Awesome

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

    Wow nice

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

    Thank you

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

    Can U plz make azure tutorial

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

    Thank you Bhrugen for these types of videos. If possible, can you make a video on Udemy on how to sell items using Stripe, but also and most importantly how to manage the quantity of items you sell. You have ecommerce videos now using stripe but nothing to manage the quantity when an item is purchased at checkout. Thank you!

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

    Great

  • @bojohannesen4352
    @bojohannesen4352 4 месяца назад

    Ok, alright, each and everything.

  • @JorgeRodriguezPriegue
    @JorgeRodriguezPriegue 7 месяцев назад +1

    Why this guy speaks like master yoda ?

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

    Sir, the way you say it its very confusing. You said inumerable is inhered by icollection
    I asked Chat GPT this
    "Is this statement true
    INumerable is inhereted by ICollection?"
    Chat GPT : "No, that statement is not true. The inheritance relationship between IEnumerable and ICollection is the opposite of what you stated: ICollection inherits from IEnumerable."
    Lol

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

      Hello, I will check on the video but it should be ICollection implements IEnumerable as you can see in the slide at the end of the video

    • @TanujGarg-rw4ng
      @TanujGarg-rw4ng Год назад

      its all wordplay, you are saying inherits, as In A inherits B, which means A is child class of B, thus in actual ICollection inherits IEnumerable.
      However Sir @DotNetMastery says implements, A implements B which means A is accesing the properties of B, thus ICollection implements IEnumerable.

  • @bojohannesen4352
    @bojohannesen4352 4 месяца назад

    1.25. Thank me later. Much later, if you don't 1.25.

  • @watchtube9429
    @watchtube9429 3 месяца назад

    Excellent sir