Master C# Interfaces in 12 Minutes - Beginner Tutorial

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

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

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

    🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

  • @NaftuliSinger
    @NaftuliSinger 4 месяца назад +1

    You are the first one I truly understand and connect to the way of explanation.

  • @taylortaylor2627
    @taylortaylor2627 16 дней назад

    I finally understand how the interfaces rock!

  • @tzurymaster
    @tzurymaster 8 месяцев назад +1

    Amazing and a professional explanation, thank you !!!

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

    very well explained. thanks a ton.

  • @DoctorMGL
    @DoctorMGL 7 месяцев назад +4

    try getting used to the new C# features that can make your code more cleaner ,
    for instance : Cat cat = new Cat(); can simply turn into Cat cat = new();
    in this case it may not make a big difference, but in other cases where the line is too long such as :
    ObservableCollection< someLongClassNameModel > financeSats = new ObservableCollection< someLongClassNameModel >();
    in this case shortening this by using new(); can make the code more cleaner with less typing overall.

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

    Thank you, I think i finally understand interfaces ^__^

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

    Excellent video. People complaining for the "jumpings", please go to a beginner guide first.

    • @divineatah5750
      @divineatah5750 6 месяцев назад +1

      But this is listed as a beginner guide, it’s in the title😂

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

    Thank you very much !

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

    Thank you!

  • @megetmorsomt
    @megetmorsomt Год назад +2

    I remember coming to Java years ago, asking: where's my function pointer. I was told that there was none; but I could write an interface with a method header and then pass in an anonymous class instance which implemented that interface. I was in complete shock! Five years later: Java now had "functional interfaces" - I'm sure that is a Freudian slip of sorts. Yeah, you can now pass a method to a method in Java... OMG... Not that I care: I've found Nim, and gods willing: I'll never code a line of Java ever again!

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

    Is there no better way than a list/ foreach loop? Doesnt sound very efficient tho that should work and tbf i can't find anything else.

  • @lostwhirley
    @lostwhirley 2 месяца назад

    So, I'm still catching up.
    If you want to use the SQLDatabaseConnection, you'd pass it an instance of the :
    SomeClass(SQLDatabaseConnection)
    Right?
    If you wanted to use MongoDBConnection (which hasn't been created), you'd call
    SomeClass(MongoDBConnection)
    Is that right?

    • @Nicolas_Cage525
      @Nicolas_Cage525 4 дня назад

      As long as they implement IDatabaseConnection interface - yes!

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

    thanks to w3school

  • @zanngoc
    @zanngoc Год назад +3

    Too much jumping around, hard to follow the code.

    • @sanglin9387
      @sanglin9387 10 месяцев назад

      its a good video . im thinking making one soon as most newbies developer think interface - mock test haish