An Introduction To GraphQL On ASP.Net Core

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

button-icon-arrow-leftBack

Event

An introduction to GraphQL on ASP.Net Core

10 December 2019

London

Added 01-Jan-1970

This is designed to be a friendly and insightful event focused towards supporting and collaborating the .NET community.

The event will be catered towards software engineers / architects of all levels who are interested in meeting with like-minded people, as well as hearing from industry leaders discussing all things .NET.

We're thrilled to have Michael Staib present his talk "Hot Chocolate: An introduction to GraphQL on ASP.Net Core".

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