What's next in C# - Mads Torgersen - NDC Sydney 2024

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

КОМЕНТАРІ • 39

  • @obinnaokafor6252
    @obinnaokafor6252 5 місяців тому +18

    The proper blending of typed union and descriminated union for C# would be amazing - that means C# developers will enjoy the both worlds of the union. 🎉

  • @vmachacek
    @vmachacek 5 місяців тому +11

    I want union type to be first citizen. That is something I really love in TS

  • @phyyl
    @phyyl 4 місяці тому +2

    Explicit extensions are great but we need a way to explicitly implement interfaces or, ideally, traits. We are so close!

  • @viccie211
    @viccie211 3 місяці тому +1

    Mads seems like a very nice person to talk to!

  • @guiorgy
    @guiorgy 5 місяців тому +6

    Can't wait to work with C#13

    • @phyyl
      @phyyl 4 місяці тому +1

      I hope it's going to be available by then, not a lot of updates recently... fingers crossed!

  • @michaldivismusic
    @michaldivismusic 5 місяців тому +5

    Ah, this must be that "talk from yesterday"!

  • @WillEhrendreich
    @WillEhrendreich 5 місяців тому +3

    The most important change I want for csharp is likely not going to happen. I want full type inference. It would be so incredible.

    • @z0nx
      @z0nx 5 місяців тому +2

      cant we just replace chsarp with fsharp already

    • @WillEhrendreich
      @WillEhrendreich 5 місяців тому

      @@z0nx I approve this message. Ok, the people have spoken, get on it Microsoft. Good talk, good run csharp team, you can pack it in, we will functionally take it from here, kthxbai. lol. how I wish it were so.

  • @zwatotem
    @zwatotem 5 місяців тому

    I've been reading Mads' and other's works on the expression problem in the early 2000s. Looking forward to if you can make it in C# with the extensions. That would be awesome.

  • @konstsh2240
    @konstsh2240 5 місяців тому +4

    how about finally making enums convertable to json as strings out of the box?

    • @DoctorKrolic
      @DoctorKrolic 5 місяців тому

      a) It is not a language, but rather a BCL feature
      b) It is already implemented, search for JsonStringEnumConverter

    • @michaldivismusic
      @michaldivismusic 5 місяців тому +4

      System.Text.Json has a built-in converter for that. It's just not the default.

    • @konstsh2240
      @konstsh2240 5 місяців тому +1

      @@michaldivismusic but it doesn't convert to string that doesn't match the enum property spelling

    • @michaldivismusic
      @michaldivismusic 5 місяців тому

      @@konstsh2240 that doesn't sound like something I'd want anyway. What do you mean exactly? That "firstname" or "firstName" won't match if the enum value is "FirstName"?

    • @konstsh2240
      @konstsh2240 5 місяців тому

      @@michaldivismusic For example when json field might have a fixed number of string values like "Reference::Point", "Reference::Edge", "Dimension::PointToPoint" and a number of others and you want to parse them into enum Annotation{REFERENCE_POINT, REFERENCE_EDGE, DIMENSION_POINT_TO_POINT} - the the real case of json response I'm dealing with on current project and turned I had to look for side package

  • @Kitulous
    @Kitulous 5 місяців тому

    20:50 sounds like a spooky action at a distance. I'd just make the default type an array or a list and call it a day. if you need something more specific, specify the type. if you don't, is an array. or a list.

  • @julkiewitz
    @julkiewitz 5 місяців тому

    Implementing interfaces on behalf of another type. A lot of pitfalls with this, but it would basically work like type classes which are fantastic

  • @tariqpahmed
    @tariqpahmed 5 місяців тому

    Great language ... thanks!

  • @Wfmike
    @Wfmike 5 місяців тому +1

    Aspnetcore results feels pretty hacky. A proper union type would be nice.

  • @fburton8
    @fburton8 5 місяців тому

    Is there a reason other than convention that C# is mostly double-spaced?

  • @TheOneAnOnlyGuy
    @TheOneAnOnlyGuy 5 місяців тому

    [ ] >> { } for collection expressions! Coming from an #fsharper :)

  • @lime148
    @lime148 5 місяців тому

    Yeah... we're not getting type classes, are we?

  • @XKS99
    @XKS99 3 місяці тому

    Sorry Mads but what you showed there of 'Typescript' style unions made me throw up a little bit. We need real union types and better function type inference both on declaration and usage in C#.

  • @Avantarius
    @Avantarius 5 місяців тому

    Its so funny how he goes out of his way not to say the word "Java" when talking about the initial design of C#

    • @GeorgeTsiros
      @GeorgeTsiros 4 місяці тому

      That's because C# is Pascal's/Delphi's grandchild, not Java's.

    • @Avantarius
      @Avantarius 3 місяці тому

      @@GeorgeTsiros I have programmed quite a bit of both Pascal/Delphi and C# and I really can't see how what you are saying is true. The parallels between Java and C# are pretty obvious, while the similarities between Dephi and C# pretty much boil down to: both are imperative, both are OO. Which of course is true for most popular programming languages.

    • @GeorgeTsiros
      @GeorgeTsiros 3 місяці тому

      @@Avantarius For starters, check out who _designed_ C#

  • @aneshas
    @aneshas 3 місяці тому

    "C# should be delightful" - this is why I love(d) it but I am not sure any more with the plethora of questionable features being added

    • @pedrobettt
      @pedrobettt 3 місяці тому +1

      literally the point of the changes is to enable more scenarios for delight, though. What change were you forced to make that reduced that delight? What breaking change happened that affected you?

  • @viktoralferov2874
    @viktoralferov2874 4 місяці тому

    всякой хернёй занимаются. лучше бы скорость и IL2CPP улучшали. меньше кучь, больше стеков.

  • @Alperic27
    @Alperic27 5 місяців тому

    what to do when u have not much to say…. ramble ramble ramble