Showing results for C# - .NET Blog

Aug 15, 2024
Post comments count0
Post likes count12

.NET 9 Preview 7 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Preview 7 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

.NETASP.NET CoreC#
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 22, 2024
Post comments count2
Post likes count9

Add AI to Your .NET Apps Easily with Prompty

Bruno Capuano
Bruno Capuano

Learn how to integrate AI into your .NET applications with Prompty, a powerful Visual Studio Code extension.

.NETC#AI
Jul 15, 2024
Post comments count0
Post likes count12

.NET 9 Preview 6 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Preview 6 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, and more!

.NETASP.NET CoreC#
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
Jul 9, 2024
Post comments count51
Post likes count11

C# 13: Explore the latest preview features

Kathleen Dollard
Kathleen Dollard

C# 13 focuses on flexibility and performance, with top features like params collections for added flexibility, lock object for improved performance, and partial properties to support generators.

.NETC#