Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET7

.NET7

.NET7

Great Reads

by Victor Sirghii
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by roberto bandiera
This work aims to show how to do binary serialization and deserialization of an array of objects in C# with .NET 7.
by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit

Latest Articles

by Victor Sirghii
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by roberto bandiera
This work aims to show how to do binary serialization and deserialization of an array of objects in C# with .NET 7.
by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit

All Articles

Sort by Score

.NET7 

by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
by Pete O'Hanlon
A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
by Pete O'Hanlon
A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
by Kenji Elzerman
Learn the basics of Entity Framework with the database-first approach
by klinkenbecker
Setting up xUnit to be able to run test from Program.Main (using Visual Studio)
by JayWalks
A walkthrough of code solving a real world problem
by Mark Olbert
Library for interacting with online map services and a WinUI 3 control for displaying maps
by Graeme_Grant
.NET Core LogViewer Control for WinForms, WPF, and Avalonia using the ILogger Framework with Microsoft Logger, Serilog, NLog, and Log4Net in C# & VB on Windows, Mac OS, and Linux
by Graeme_Grant
Add the missing project templates for the App and Control Library projects that were not included