Showing results for C# - .NET Blog

Oct 8, 2024
0
0

.NET 9 Release Candidate 2 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Release Candidate 2 across the .NET SDK, libraries, runtime, ASP.NET Core, SignalR, .NET MAUI, and more!

.NETASP.NET CoreC#
Sep 12, 2024
0
1

Android Asset Packs for .NET & .NET MAUI Android Apps

Dean Ellis
Dean Ellis

Introducing a new way to build and deploy Android Asset Packs using .NET for Android and .NET MAUI. If your app has allot of AndroidAsset items this feature will make your life easier.

.NETC#.NET MAUI
Sep 11, 2024
3

.NET 9 Release Candidate 1 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Release Candidate 1 across the .NET SDK, libraries, ASP.NET Core, SignalR, .NET MAUI, and more!

.NETASP.NET CoreC#
Aug 15, 2024
11

.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
4
6

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.NETC#