TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About GraphQL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Tural Suleymani (6)
Akshay Patel (5)
CSharp TV (3)
Ajay Kumar (3)
Shenbagapandiyan P (3)
Ankit Kanojia (3)
Cecil Phillip (3)
Aravind Govindaraj (2)
Anupam Maiti (2)
Ayush Gupta (2)
Sardar Mudassar Ali Khan (2)
Tao Chen (2)
Anup Hosur (2)
Baibhav Kumar (1)
Abhishek Saini (1)
Satyaki Chakraborty (1)
Rathrola Prem Kumar (1)
Mahesh Chand (1)
Shilpa Tanwar (1)
Salman Karim (1)
Jaydeep Patil (1)
Gajendra Jangid (1)
Gourav Jain (1)
Jay Krishnareddy (1)
Sormita Chakraborty (1)
Related resources for GraphQL
No resource found
Types of APIs and Essential API Testing Tools
11/18/2024 8:41:55 AM.
Learn about essential API testing tools such as Postman, SoapUI, and JMeter, which help ensure the functionality, performance, and security of APIs through effective testing and automation.
Domain-first GraphQL API Platforms for Your .NET Stack
10/24/2024 12:00:55 PM.
In this video, we'll demo how .NET developers can use modern architecture and data storage to build scalable GraphQL APIs for real-time data and AI integration.
Supergraph with Federated Microservice
6/24/2024 7:53:09 AM.
This article explores integrating a Supergraph with federated microservices, focusing on scalable and maintainable applications. It covers the benefits of using a Supergraph, such as improved performa
How to Integrate GraphQL with React.js
6/22/2024 1:43:08 PM.
Learn how to seamlessly integrate GraphQL with React.js in your web development projects. Discover the fundamentals of GraphQL, set up GraphQL clients like Apollo Client, handle queries, mutations, an
Reduce Query Time-Out Issues with GraphQL and Hasura for Enterprises
6/11/2024 12:02:22 PM.
Explore how GraphQL and Hasura can significantly reduce query time-out issues in enterprise applications. By optimizing data fetching and improving API performance, these technologies enhance backend
Developing API In .NET Core With GraphQL
6/5/2024 8:14:10 AM.
Developing API in .NET Core with GraphQL" involves leveraging the power of GraphQL to create efficient and flexible APIs in the .NET Core ecosystem. This approach enables developers to design a s
Why GraphQL? The Future of API Queries
5/24/2024 5:04:11 AM.
Discover the revolutionary approach of GraphQL for API queries, reshaping the landscape of web development. With its single endpoint, typed schema, and client-driven querying, GraphQL offers unparalle
API Architectures Evolution Analysis of SOAP REST and GraphQL
5/17/2024 4:59:24 AM.
The Evolution of API Architectures: A Comparative Analysis of SOAP, REST, and GraphQL. This article explores the history, evolution, and modern relevance of SOAP, REST, and GraphQL in API development,
Understanding GraphQL: Revolutionizing API Development
5/16/2024 4:30:00 AM.
GraphQL has emerged as a powerful alternative to RESTful APIs, offering efficient data fetching for modern web applications. Delve into its history, implementation in C#, evolution, drawbacks, and con
Choosing Between GraphQL, gRPC, and REST
4/24/2024 5:28:13 AM.
This article delves into the selection of API protocols—GraphQL, gRPC, and REST—offering insights through real-world examples, guiding developers in making informed decisions for scalable applications
GraphQL In .NET Core Web API With Entity Framework Core - Part Four
4/18/2024 8:20:28 AM.
In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for robus
Why GraphQL Is An Alternative Over React API
3/21/2024 6:26:24 AM.
GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
What’s the Difference Between GraphQL and REST?
3/14/2024 7:27:21 AM.
When delving into APIs, understanding REST and GraphQL is essential. REST, focusing on simplicity and statelessness, contrasts with GraphQL's flexibility and efficiency. Choose based on project co
GraphQL In .NET Web API With Entity Framework Core - Part Two
3/11/2024 9:23:26 AM.
Explore advanced GraphQL integration in .NET Core Web API using Entity Framework Core. Learn efficient data modeling, schema design, and resolver implementation for seamless API development.
GraphQL In .NET Web API With Entity Framework Core - Part One
3/11/2024 9:22:06 AM.
In this article, we will learn about the step-by-step implementation of GraphQL in a Web API using ASP.NET Core, including database setup, scaffolding, configuration, repository creation, and GraphQL
GraphQL In .NET Core Web API With Entity Framework Core - Part Three
3/7/2024 8:58:59 AM.
Explore GraphQL integration in .NET Core Web API using Entity Framework Core in Part Three of this series. Learn to efficiently query data with C# backend development, enhancing API capabilities.
Building a GraphQL Backend with .NET 6
12/13/2023 1:42:59 PM.
Explore the world of GraphQL in .NET 6 with this comprehensive guide. Learn how to set up a GraphQL backend using HotChocolate, step by step, and unlock powerful data querying capabilities.
GraphQL in .NET: GraphQL queries
11/22/2023 7:02:01 AM.
Learn graphQL queries, resolvers, and annotation-based approach. This tutorial introduces GraphQL, emphasizing its benefits over REST, and explores querying in a C# ASP.NET Core environment using HotC
Task Management API with GraphQL in ASP.NET Core
9/22/2023 8:16:12 AM.
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
GraphQL in Next.js
9/15/2023 11:43:53 AM.
Here we will give the description how to setup GraphQL with Next.js.
Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core
9/12/2023 7:14:05 AM.
Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot
Schema-First Approach with GraphQL.NET in .NET
7/27/2023 6:45:58 AM.
Learn how to implement GraphQL endpoints using GraphQL.NET's Schema-First approach. Discover how GraphQL serves as a powerful query language for APIs, providing interactivity and flexibility. Expl
How to Create a Full-Stack Web App Using Blazor WASM and GraphQL
7/6/2023 6:01:54 PM.
In this session, you will learn How to Create a Full-Stack Web App Using Blazor WASM and GraphQL.
GraphQL in .NET: Schemas
6/13/2023 7:06:15 AM.
This is article will help you to understand what is graphQL schema and how to use it
GraphQL in .NET: Practical usage
6/12/2023 4:35:52 AM.
In this article we will configure graphQL via hot-chocoloate library.
GraphQL in.NET: Introduction
6/12/2023 4:34:33 AM.
In this article, you will learn what is graphQL, Why it was introduced, and what are the differences between GraphQL and REST approaches
GraphQL in .NET: Pagination
6/9/2023 10:22:04 AM.
In this article, we will talk about graphQL pagination
GraphQL In .NET Core Web API With Entity Framework Core - Part Five
6/1/2023 6:00:37 AM.
In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.
Exploring Different Communication Mechanisms Between Microservices with .NET 6
4/28/2023 7:26:34 AM.
Microservices have become an essential part of modern software architecture, allowing for the development of scalable and flexible applications. In this blog post, we will explore different communicat
GraphQL Introduction and Product Application using .NET Core 7
4/6/2023 8:59:37 AM.
GraphQL Introduction and Product Application using .NET Core 7
What Is GraphQL And How It Is Used
2/21/2023 10:44:46 AM.
In this article, you will learn what is GraphQL and how to use GraphQL.
What Is GraphQL
12/30/2022 6:27:00 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its comparison with REST and how does it work, why it is used and its operation types
API Styles Evolution
10/26/2022 7:09:17 AM.
In this article, you will learn about API Styles and its evolution.
Rockin’ The Code World with dotNetDave ft. Jeremy Likness Ep. 58
6/19/2022 5:38:17 AM.
Join us with Jeremy Likness for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Graphql Migration Strategy
12/9/2021 7:13:17 AM.
In this article, you will learn about Graphql Migration Strategy.
CRUD Operation Using GraphQL And NodeJS
11/23/2021 5:32:07 AM.
In this Article we will create REST APIs using GraphQL + nodejs and perform CRUD operations to understand the process workflow.
A Brand New React State Management Framework
11/18/2021 1:32:54 PM.
In this article, you will learn about a brand new react state management framework.
New GraphQL Client For TypeScript
8/12/2021 12:46:59 PM.
In this article, you will learn about the new GraphQL client for TypeScript.
Hybrid Federated Ocelot Gateway
6/30/2021 1:47:59 PM.
In this article, you will learn about the aggregated gateway to route the restful and graphql requests.
REST Vs GRAPHQL Vs GRPC
6/23/2021 12:32:52 PM.
In this article, you will learn about REST Vs GRAPHQL Vs GRPC.
Building GraphQL API With .Net 5 - EF Core And Hot Chocolate
4/28/2021 4:46:24 PM.
In this article, I will explain more about GraphQL and walks through a simple CRUD app.
API Service Using GraphQL With Node And Express
2/24/2021 2:52:41 PM.
In this article, you will learn about API Service Using GraphQL With Node And Express.
GraphQL | A Query Language For Your API | Rest API
2/19/2021 4:21:20 PM.
GraphQL is a query language(“QL” stands for) that described how exactly a client should be requested for an information thorough application programming interface called API. It is a syntax that devel
Real-time Data fetching with GraphQL and Blazor
12/24/2020 4:27:11 AM.
GraphQL supports the ability to subscribe to event streams to enable somewhat real-time scenarios for both clients and servers.In this episode of the On .NET show, HotChocolate author Michael Staib
GraphQL Schema Design
12/24/2020 4:22:42 AM.
https://www.youtube.com/watch?v=1VEMqTw8xSo
Getting started with GraphQL and HotChocolate
10/29/2020 12:45:48 AM.
Hot Chocolate is a GraphQL platform for that can help you build a GraphQL layer over your existing and new infrastructure.In this episode, we’re joined by the author of Hot Chocolate, Michael Staib,
Query And Mutation In GraphQL - Part Two
8/6/2020 2:02:40 PM.
In this article, you will learn about Query And Mutation In GraphQL.
Introduction To GraphQL
8/6/2020 9:00:08 AM.
In this article, you will learn about GraphQL.
Preforming CRUD Operations Using GraphQL In ASP.NET Core
8/5/2020 6:33:17 AM.
In this article, you will learn how to perform CRUD Operations using GraphQL in ASP.NET Core.
GraphQL Integration Microservice/Monolith Architecture
4/18/2020 7:44:41 PM.
In this article, you will learn about GraphQL Integration Microservice/Monolith Architecture.