Entity Framework Core 8: Improved JSON, queryable collections , and more… | .NET Conf 2023

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

КОМЕНТАРІ • 42

  • @davidmarron109
    @davidmarron109 9 місяців тому +29

    I wasn't sure this would be worth 38 minutes of my life, but this is definitely worth it. Relational DBs solved a huge subset of problems, Doc DBs solved a different subset, and now you've taken a huge step towards merging both. This is important work you've done.

  • @MrStupiuno
    @MrStupiuno 9 місяців тому +11

    I love the new inline primitive array support that works without any config!

  • @clouddeveloper4549
    @clouddeveloper4549 9 місяців тому +3

    Well done! Solving real world problems and doing it in an elegant yet powerful way!

  • @ShakeelAhmed-xo3xz
    @ShakeelAhmed-xo3xz 8 місяців тому

    Wonderful new features, I have been using EF/EF Core for many years, but this video surprised me and my future work and projects shall benefit from this knowledge. Thanks you both.

  • @aqualinespirit90
    @aqualinespirit90 9 місяців тому +1

    17:20 , this is really good, currently have to use predicates for that, glad it's been added to EF8.

  • @IndigoDalliance
    @IndigoDalliance 7 місяців тому

    Wow! Stunning! So glad I didn't miss this video.

  • @kabal911
    @kabal911 9 місяців тому +6

    The best ORM in any language just keeps getting better ❤

  • @derDooFi
    @derDooFi 9 місяців тому +1

    i love these guys! wish this were longer, lol

  • @Joooooooooooosh
    @Joooooooooooosh 8 місяців тому +1

    Unfortunately anything with JSON arrays can't be effectively indexed. Most of these queries will perform terribly on any large tables.

  • @dvanrooyen1434
    @dvanrooyen1434 9 місяців тому +2

    Hey guys - before we had table params we used that hack of using xml to pass in lists, - its not a new technique...

  • @keinegutennamen
    @keinegutennamen 8 місяців тому

    Definitely one of my favorite talks.

  • @janakaaravinda2507
    @janakaaravinda2507 8 місяців тому

    This is amazing thank you..

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

    Can you please give me a link to the video you mentioned @22:05? I'm very interested about the join aspect because we have some perf problems in our app with this topic

  • @tarsisf8173
    @tarsisf8173 8 місяців тому

    Fantastic job!

  • @gustavnilsson6597
    @gustavnilsson6597 9 місяців тому

    You guys are rockstars!!

  • @onlyice
    @onlyice 9 місяців тому

    Brilliant presentation.

  • @jaiderariza1292
    @jaiderariza1292 2 місяці тому

    @ajcvickers I wonder how we can handle discriminator with json, example if address in UK may have different format that address in US and we use like interface (IAddress) or base abstract class , silly sample but I wonder if this can be achieve by the new EF core json support?

  • @OggVorbis69
    @OggVorbis69 8 місяців тому

    Excellent work,. all the time it was said that RDBMS do not have concept of arrays I was thinking ... Postges?? the end clarification that the native capabilities are used there was just the cherry on top of very impressive work. Well done guys, I just enjoy seeing you two on my screen.
    Congratulations on the cool set of examples and their order. I was thinkin that the sample with at least one visit will be better written with IS NOT NULL, with more than one will be where the Visits column value length is > than the length of textual form of a single date, etc. but those are hacks in comparison with your clear / canonical solution. Hacks may be faster but the understandable and always working code is better, even when generated. Thanks a lot. I may just start using EF now. It is good enough for me not writing all my SQL by hand. And that is something keeping in mind I am doing it since SQL server 4.2
    Again, thanks a lot. Your work should be a pleasure to use.

  • @milada424
    @milada424 9 місяців тому

    this is awesome, great work thank you !

  • @maxd5661
    @maxd5661 9 місяців тому +4

    We have similar code running on SQL Server in production without EF (using direct SQL) and performance on larger data sets (few hundred thousand records) is terrible. Stay away from this on SQL Server if you are at all concerned about performance. SQL Server at its core is very behind the curve on native array and document support. This should work great on PostgreSQL though!

    • @OggVorbis69
      @OggVorbis69 8 місяців тому

      Yeah, it is cool to write the query but performance is always an issue when the volume comes.

    • @Joooooooooooosh
      @Joooooooooooosh 8 місяців тому +1

      Exactly. So much work was put into a feature that is pretty much an antipattern in the real world.

    • @maxd5661
      @maxd5661 8 місяців тому +2

      @@Joooooooooooosh I mean at least it will actually work well on PostgreSQL. Maybe when SQL Server catches up to 2023 with native array and document support this will be a thing, but until then, this is a total waste of time of the EF team.

  • @GregMontoya1
    @GregMontoya1 8 місяців тому

    Automatically converting a .NET primitive array to a JSON formatted array as a parameter for a query is pretty nice. Now I won't have to do this manually.

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

    I love these guys so much, Microsoft's best speakers! Thanks for this love EF core!

  • @pureevil379
    @pureevil379 9 місяців тому

    Brilliant

  • @mamg301988
    @mamg301988 9 місяців тому

    Excellent, I'm going to update the version

  • @jeremyflowers8908
    @jeremyflowers8908 8 місяців тому

    Why are you guys not using CTEs or top instead of first for consistency when working with JSON (I'm presuming you are borrowing from Observables)? Also where are you storing the metadata to know what the composition of the JSON columns are within the database?

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

    How to handle it when 'Address' has another object? Does anyone have any ideas for configuration?

  • @zapaneer
    @zapaneer 8 місяців тому

    Cool stuff. The section about collections of simple datatypes being mapped as JSON, does that apply to the Postgresql variant as well or does it natively support the Postgresql implementation of arrays (which I believe would be more efficient)? Maybe it is a question for the NPGSQL guys...

    • @zapaneer
      @zapaneer 8 місяців тому

      Sry, It got answered later on by Shay

  • @HikingUtah
    @HikingUtah 7 місяців тому

    What version of SQL Server first supported keywords such as OPENJSON? This is my first time hearing about it.

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

    will this work exact same way for postgre sql

  • @pascalmbamungu3432
    @pascalmbamungu3432 8 місяців тому

    What's the datatype for the column holding the json array?

  • @goodstas
    @goodstas 8 місяців тому

    Thank you for this video. Great features. Could you provide the code of your presentation, please?

  • @thedreadedgman
    @thedreadedgman 8 місяців тому

    is JSON parsing faster then query planning?

  • @savopejovic25
    @savopejovic25 9 місяців тому

    This is not just SQL Server? Oracle has no support yet...

  • @gunnarliljas8459
    @gunnarliljas8459 9 місяців тому +2

    Cool, but just mentioning "perf" so briefly kind of falsely gives the impression that this JSON support is usable in anything but extremely small databases. It isn't. The JSON_VALUE thing can be indexed, but the collections not so much. PostgreSQL kind of handles it.
    The contains optimization is great, but something that has been solved by other OR mappers years ago. Still, good to see.

  • @ericblankenburg
    @ericblankenburg 9 місяців тому +1

    But you don't support Cosmos Db hierarchical partition keys. You always seem to be way behind the curve when it comes to Cosmos Db.

  • @rivercitron2000
    @rivercitron2000 9 місяців тому +1

    What could go wrong

  • @codefoxtrot
    @codefoxtrot 9 місяців тому +1

    Talk about flying too close to the sun... jeez, just bring a plague down on us all, why don't you?!

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

    what a useless video....