What's new in C#? Exciting new features in C# 8.0, 9.0 and 10! - Filip Ekberg - NDC London 2023

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ •

  • @FromRootsToRadicals_INTP
    @FromRootsToRadicals_INTP 6 місяців тому

    So init is like a dynamic const... I did not know about init.

  • @ladislavseps4801
    @ladislavseps4801 Рік тому +3

    As far as I know the C# 7.0 tuples use newly added struct ValueTuple not the old class Tuple

  • @ChrisBode
    @ChrisBode Рік тому +4

    Oh geeze, this audio needs to be run through a low pass filter. The high frequency mouth wetness noises are super loud and its triggering my misophonia. I'd love to listen to this talk but its like nails on a chalkboard to me with the audio in its current state.
    I poked it in audacity, it needs a low pass at about 6.5kHz.

    • @PaulSebastianM
      @PaulSebastianM Рік тому +2

      happens a lot with small mics close to the mouth, but that doesn't excuse basic EQ'ing.

  • @Wfmike
    @Wfmike Рік тому

    Default interface methods are useful due to limitations of abstract classed (i e. No multiple inheritances)

    • @PaulSebastianM
      @PaulSebastianM Рік тому

      @Mike, inheritance, and multiple inheritance especially, is the worst OOP tool. Interfaces are the opposite.