-
From SOAP to REST to GraphQL
Last updated: Monday, October 28, 2024
Published in: CODE Magazine: 2024 - May/June
This article by Joydip Kanjilal provides an overview of the evolution of web APIs from SOAP to REST to GraphQL. By understanding the progression from SOAP to REST to GraphQL, developers can make informed decisions when choosing the right API design for their projects. The article includes code examples and instructions for building applications using SOAP, REST, and GraphQL.
-
Building Microservices Architecture Using GraphQL and ASP.NET 7 Core
Last updated: Wednesday, November 13, 2024
Published in: CODE Magazine: 2023 - July/August
This article provides an overview of GraphQL, its features and benefits, and how it compares and contrasts with REST and gRPC. It also explains how to take advantage of GraphQL to build microservices-based real-time applications in ASP.NET Core 7 and provides an overview of GraphQL schemas and their components.
-
Let’s Talk About Microsoft Graph
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - July/August
It seems like everyone’s talking about Microsoft Graph these days. Sahil shows you why.
-
Full Stack Cloud Development with AWS Amplify
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - January/February
Get started developing for AWS using Amplify and React to build a simple photo application. Create back-end services using Amazon Cognito, a managed identity service, add storage, and use the GraphQL API to deploy. then use Amplify to build the front end.
-
Introduction to GraphQL for .NET Developers: Mutation
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - March/April
Peter uses the Hot Chocolate Library to teach you about GraphQL. Learn how to use the Entity Framework to access and store data and explore mutations using GraphQL.
-
Intro to GraphQL for .NET Developers: Schema, Resolver, and Query Language
Last updated: Thursday, March 18, 2021
Published in: CODE Magazine: 2019 - September/October
Peter introduces you to GraphQL so your REST API client list can grow and change without a lot of pain. You can use strongly typed schema, eliminated over- and under-fetching, and you can get analytics about how clients are really using your API.