Showing results for 2024 - Page 6 of 14 - .NET Blog

Aug 15, 2024
12

.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#
Aug 7, 2024
11
13

Adding .NET Aspire to your existing .NET apps

Jon Galloway
Jon Galloway

.NET Aspire can really simplify local development for your existing apps, large or small. In this post, we'll look at how easy it is to make your current solutions better with just a few lines of code.

.NETASP.NET CoreCloud Native
Jul 31, 2024
2
2

Enhancing #help in F# Interactive

David Schaefer
David Schaefer

The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.

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