GraphQL And ASP.NET Core

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

GraphQL and ASP.NET Core

12 November 2019

Oxford

Added 01-Jan-1970

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 actually? What are the benefits of using GraphQL it instead of REST?

Together we will have a 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 things like 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.

Top