Getting started with GraphQL in .NET - Michael Staib - NDC Copenhagen 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2022
  • GraphQL is a great way to expose your APIs, and it has changed the way we think about consuming data over HTTP. Not only does GraphQL give us the power to ask for exactly what we want, but it also exposes data in a way that is more aligned with the way we think about data.
    Over the last two years, GraphQL has become more and more mainstream. The ecosystem has grown phenomenally, and major players like Amazon, Twitter, Facebook, and more are all committed to GraphQL.
    But what is GraphQL? What are the benefits of using GraphQL it instead of REST?
    Together, we will look at the core problems that we are facing with the traditional REST service layers, which still power most of the Web.
    After we have a better understanding of GraphQL, we will explore how we can build a GraphQL API with Hot Chocolate on ASP.Net Core. We will look at Prisma filters and how we can get your existing infrastructure under this new service layer. We will merge data from different sources like you did not think was possible by using the power of the GraphQL resolver concept.
    Check out more of our featured speakers and talks at
    www.ndcconferences.com
    ndccopenhagen.com/
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @Chorniyko
    @Chorniyko ปีที่แล้ว +5

    Amazing presentation! Really liked it!

  • @molailaptrinh-codinglife6770
    @molailaptrinh-codinglife6770 11 หลายเดือนก่อน

    perfect !

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

    I liked 😁

  • @MiskoKatua
    @MiskoKatua 11 หลายเดือนก่อน +1

    in which namespace can I find this *.RegisterDbContext

    • @ChilliCream
      @ChilliCream 10 หลายเดือนก่อน

      Its in a separate package HotChocolate.Data.EntityFramework

    • @justinpechstein3240
      @justinpechstein3240 5 หลายเดือนก่อน

      just "dotnet add package HotChocolate.Data.EntityFramework" :)

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

    Where is presentation slides, please provide the link

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

    where can i have the code for the demo?