Modern data APIs with EF Core and GraphQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2021
  • aka.ms/dotNETConf2021-GetdotNET6
    What if you could simplify service discovery by consolidating your APIs to a single endpoint, give your front end applications full control over the shape of data they receive (without implementing multiple REST APIs or overloading endpoints with parameters), and provide advanced filtering and sorting over your data using only a few lines of code? See yourself how powerful GraphQL is, especially when combined with EF Core, to provide modern data APIs that can be reused across the enterprise. 👨‍💻 Slides & code: aka.ms/dotnetconf/2021
    🎉 .NET 6 Release Blog: devblogs.microsoft.com/dotnet...
    ⬇ Download .NET 6: aka.ms/dotNETConf2021-GetdotNET6
    🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
    💭 Join the .NET Tech Community Forums: aka.ms/dotnet/techcommunity
    🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndotnet
    #dotnet6 #dotnetconf #dotnet
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 10

  • @daniesharpe1596
    @daniesharpe1596 2 ปีที่แล้ว +1

    Awesome. I really see a ton of use cases for GraphQL with EF.

  •  2 ปีที่แล้ว +6

    Despites the Defer, Subscriptions, Versioning, Multi requests and merge results and other out of the boxes that GraphQl has over OData what really interests me (in this example using HotChcolate and EF Core) is a comparison of the less messy(grotesque, horrible, scare, slow as hell) SQL result from the Expression auto generated from complex queries to the queryable provider.

  • @bophasovannlak2853
    @bophasovannlak2853 2 ปีที่แล้ว +4

    Why there is no talk about odata?

  • @vkozyrev
    @vkozyrev 2 ปีที่แล้ว +2

    Very nice and informative.

  • @newtonsheikh
    @newtonsheikh 2 ปีที่แล้ว

    Super

  • @LiRaye
    @LiRaye 2 ปีที่แล้ว +1

    Seems able to replace views in db

  • @sunilanthony17
    @sunilanthony17 2 ปีที่แล้ว +3

    Can we get this sample code?

    • @JeremyLikness
      @JeremyLikness 2 ปีที่แล้ว +7

      github.com/JeremyLikness/dotnetconf2021

    • @rodrigoreyes2392
      @rodrigoreyes2392 2 ปีที่แล้ว

      @@JeremyLikness thanks!!!

  • @VladimirCheTV
    @VladimirCheTV 2 ปีที่แล้ว

    Can you copy paste? :)