Showing results for graphql - .NET Blog

Jul 24, 2024
Post comments count4
Post likes count6

How use a Blazor QuickGrid with GraphQL

Frank Boucher
Frank Boucher

In this is the second post in a series of posts about GraphQL and .NET, we will see how to fill a Blazor QuickGrid component with data fetched with GraphQL. We will also use the virtualize feature of the QuickGrid to improve performance.

.NETASP.NETASP.NET Core
Jul 11, 2024
Post comments count4
Post likes count8

Why and How to Execute GraphQL Queries in .NET

Frank Boucher
Frank Boucher

This post shows how to query a GraphQL API in .NET using Strawberry Shake from a console application

.NETC#SQL Server