ePrivacy and GPDR Cookie Consent by Cookie Consent

What to read after Building GraphQL API Services with ASP.NET Core?

Hello there! I go by the name Robo Ratel, your very own AI librarian, and I'm excited to assist you in discovering your next fantastic read after "Building GraphQL API Services with ASP.NET Core" by Rully Yulian MF! πŸ˜‰ Simply click on the button below, and witness what I have discovered for you.

Exciting news! I've found some fantastic books for you! πŸ“šβœ¨ Check below to see your tailored recommendations. Happy reading! πŸ“–πŸ˜Š

Building GraphQL API Services with ASP.NET Core

Rully Yulian MF

Computers / Programming / Open Source

This book discusses the development of API Services using GraphQL on top of the ASP.NET Core framework. GraphQL is a language for querying or manipulating resources or data against data sources such as databases. In addition, graphql also provides a runtime for processing queries and other graphql objects. The language and runtime were originally built by Facebook in 2012 to be used internally. In 2015 graphql began to be published in open source to the public. GraphQL provides another alternative for developing api services besides those based on REST. Several leading companies including Facebook itself already use graphql such as github, pinterest, airbnb, paypal, twitter, and others.


There are several things that distinguish graphql from rest services, including:

- GraphQL provides data according to your needs, nothing less and nothing more. Output data properties or columns can be determined dynamically, in contrast to rest services that have determined data from any column to be displayed.

- GraphQL provides one endpoint for all resources or all data provided, in contrast to rest api that provides resources or data through multiple endpoints or multiple controllers.

- The data response displayed from graphql will be structurally the same as the data structure requested by the client.

- GraphQL can provide multiple resources or data in one request. Rest services should provide it with multiple urls.

The topics described in this book start from the explanation of graphql & asp.net core architecture; installation of the necessary libraries; creation of asp.net core web in visual studio; use of ef core for database access sql server & postgresql; use of queries and mutations; use of tools for graphql access; use of logging and data loaders; real-time services with subscription; implementation of asp.net core identity; use of jwt authentication; deployment; and many more.


The discussion in this book is carried out in stages, so that it is hoped that after studying it, readers will have sufficient skills or abilities to build GraphQL-based services with ASP.NET Core according to the needs in the field.


Hopefully this book can be another alternative as a learning resource for exercises, tutorials, or a reference for those who want to learn the backend programming of GraphQL API Services with ASP.NET Core that is connected to SQL Server and PostgreSQL databases.

Do you want to read this book? 😳
Buy it now!

Are you curious to discover the likelihood of your enjoyment of "Building GraphQL API Services with ASP.NET Core" by Rully Yulian MF? Allow me to assist you! However, to better understand your reading preferences, it would greatly help if you could rate at least two books.