Click here to Skip to main content
15,888,022 members
Everything / .NET7

.NET7

.NET7

Great Reads

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
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
by Kenji Elzerman
Learn the basics of Entity Framework with the database-first approach
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.

Latest Articles

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

All Articles

Sort by Score

.NET7 

11 Sep 2023 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
20 Nov 2023 by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
15 Feb 2023 by Kenji Elzerman
Learn the basics of Entity Framework with the database-first approach
12 Aug 2023 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.
4 May 2023 by JayWalks
A walkthrough of code solving a real world problem
24 Jan 2023 by bipulmgr
This is the project of ASP.NET Core 7 web API in which we can compress the image.
19 Aug 2023 by Farzad Niknam B
Web app creation using .NET 7.0 and ASP.NET Core
6 Feb 2023 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.
16 Nov 2022 by Zijian
Resolving issues with date picker component in ASP.NET 7 applications.
3 Jan 2023 by Graeme_Grant
I did a quick Google Search: c# mvc form file example - Google Search[^] Found this accepted solution: MVC: How to post File Upload and other form fields to one action [solved] - StackOverflow[^] UPDATE I have put together a sample app to...
24 Oct 2023 by Pete O'Hanlon
A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
28 Nov 2022 by Oscar K.
Internals, code of using QMString
3 Jan 2023 by Sascha Manns
I'm build a .NET 7 blog with MVC and Razor-Pages. My model is: using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Http; namespace MannsBlog.Models { public class ContactFormModel { [Required] ...
3 Jul 2023 by klinkenbecker
Setting up xUnit to be able to run test from Program.Main (using Visual Studio)
27 Sep 2023 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.
24 Oct 2023 by Pete O'Hanlon
A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
26 Mar 2023 by Graeme_Grant
Add the missing project templates for the App and Control Library projects that were not included
7 Apr 2023 by Kuv Patel
Convert JSON to C# classes in Visual Studio
25 Apr 2023 by Mark Olbert
Library for interacting with online map services and a WinUI 3 control for displaying maps