What's new in System.Text.Json | .NET Conf 2023

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2023
  • Our focus for System.Text.Json in this release has been to substantially improve the user experience when using the library in Native AOT applications, as well as delivering a number of highly requested features and reliability enhancements. These include support for populating read-only members, customizable unmapped member handling, support for interface hierarchies and snake case and kebab case naming policies and much more.
    Download .NET 8 - aka.ms/get-dotnet-8
    Hack Together - aka.ms/hacktogether/dotnet
    Learn collection - aka.ms/learn-dotnet-8
    .NET 8 Survey - aka.ms/dotnet-survey
    Local Events - aka.ms/dotnetconf-local-event
    Hero blog - aka.ms/dotnet8blog
    Blog: aka.ms/dotnet/blog
    Twitter: aka.ms/dotnet/twitter
    TikTok: aka.ms/dotnet/tiktok
    Mastodon: aka.ms/dotnet/mastodon
    LinkedIn: aka.ms/dotnet/linkedin
    Facebook: aka.ms/dotnet/facebook
    Docs: learn.microsoft.com/dotnet
    Forums: aka.ms/dotnet/forums
    🙋‍♀️Q&A: aka.ms/dotnet-qa
    👨‍🎓Microsoft Learn: aka.ms/learndotnet
    #dotnet
  • НаукаНаука

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

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

    Very eloquent presentation. Congratulations .

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

    This was a great talk! :)
    I might look into trying out the source-generated STJ in my new greenfield .Net 8 project.

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

    No no no no, C# used to be easy, please keep it easy.. converting a json document to a C# object should be a oneliner and the developer should deal with it. nobody receives a json document without knowing what is inside

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

    What do you recommend for Merging JsonNodes , similar to JObject merging in NewtonSoft.?