Click here to Skip to main content
15,895,656 members
Everything / .NET8

.NET8

.NET8

Great Reads

by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
by Nick Polyak
I demonstrate the samples adding gRPC capabilities to Kestrel ASP.NET server and testing gRPC services with various clients.
by vickyqu115
This exploration into the WPF Slider control aims to provide a deep understanding of how WPF designs its controls and their internal mechanisms. While it's nearly impossible to delve into every WPF control's internals due to the vast source code, there's no urgent need to worry or complain.
by Higty
A C# source code generator that generates a stored procedure client class that enables you to call SP easily

Latest Articles

by Nick Polyak
I demonstrate the samples adding gRPC capabilities to Kestrel ASP.NET server and testing gRPC services with various clients.
by Fred Song (Melbourne)
A responsive React frontend interacts in real-time with a .NET 8 Minimal API backend to dynamically display and manage state transitions for a simulated traffic light system.
by Jo_vb.net
An overview how to use RowDetails, Grouping and Filter for a DataGrid.
by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.

All Articles

Sort by Score

.NET8 

20 Nov 2023 by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
U 8 May 2024 by Nick Polyak
I demonstrate the samples adding gRPC capabilities to Kestrel ASP.NET server and testing gRPC services with various clients.
15 Feb 2024 by vickyqu115
This exploration into the WPF Slider control aims to provide a deep understanding of how WPF designs its controls and their internal mechanisms. While it's nearly impossible to delve into every WPF control's internals due to the vast source code, there's no urgent need to worry or complain.
28 Feb 2024 by Richard Deeming
Since you're using .NET 6, you could try using the MemoryExtensions.EnumerateLines method[^] method, which should handle both Windows and Linux newlines for you. List lines = []; foreach (ReadOnlySpan line in...
6 Apr 2024 by Pete O'Hanlon
As this appears to use netcorecheck, it means that the version check is an exact version, so passing 8.0.0 inside looks to see if that version is installed, so if you need 8.0.3, this would have to be passed in.
1 Feb 2024 by Higty
A C# source code generator that generates a stored procedure client class that enables you to call SP easily
U 5 May 2024 by Jo_vb.net
An overview how to use RowDetails, Grouping and Filter for a DataGrid.
28 Feb 2024 by Sander Rossel
Hi all, I've recently migrated a web app from a Windows Azure App Service to a Linux one. I'm now running into a problem that I had not anticipated. Since I'm new to running on Linux I thought I'd ask here. So basically the web app allows users...
6 Apr 2024 by Andrew Truckle
I originally asked this question here on StackOverflow: Detecting .NET8 with Inno Setup and InnoDependenciyInstaller And, it the comments it was suggested that I also reach out here to the author of the NuGet package. So, here goes: I am...
U 6 May 2024 by Fred Song (Melbourne)
A responsive React frontend interacts in real-time with a .NET 8 Minimal API backend to dynamically display and manage state transitions for a simulated traffic light system.
19 Mar 2024 by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.
18 Nov 2023 by Zijian
A series of articles comparing programmer experiences of Angular, Aurelia, React, Vue, Xamarin and MAUI