Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / graphql

Graphql

graphql

Great Reads

by Igor Ladnik
Web services implementing GraphQL technology with repository access optimization, JSON Web Token (JWT) authentication and some other useful features.
by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by Nicolas DESCARTES
How to build a GraphQL API with HotChocolate?
by Fred Song (Melbourne)
Learn how to build a real-time stock price tracking application, Market Pulse, using .NET 8 with GraphQL for the backend and React with Apollo Client for the frontend.

Latest Articles

by Igor Ladnik
Web services implementing GraphQL technology with repository access optimization, JSON Web Token (JWT) authentication and some other useful features.
by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by Nicolas DESCARTES
How to build a GraphQL API with HotChocolate?
by Fred Song (Melbourne)
Learn how to build a real-time stock price tracking application, Market Pulse, using .NET 8 with GraphQL for the backend and React with Apollo Client for the frontend.

All Articles

Sort by Score

graphql 

by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by Jeremy Likness
In this blog post I look at what GraphQL is, share benefits and challenges, review the current .NET ecosystem, and walk you through some hands-on examples.
by Ahmed Bouchefra
How to build a React application in four easy steps
by Mohammad Nasirifar
Ways to overcome simple annoying problems that arise while writing code by writing tests