Master C# Interfaces in 12 Minutes - Beginner Tutorial

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

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

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

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

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

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

  • @DoctorMGL
    @DoctorMGL 6 месяцев назад +5

    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.

  • @handover007
    @handover007 11 дней назад

    very well explained. thanks a ton.

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

    Amazing and a professional explanation, thank you !!!

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

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

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

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

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

    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?

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

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

  • @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!

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

    Thank you very much !

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

    Thank you!

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

    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.

  • @blockchain5708
    @blockchain5708 13 дней назад

    thanks to w3school

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

    Too much jumping around, hard to follow the code.

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

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