Error handling in asp.net core (.net8), how do I get URL, form data and client IP
I am creating a new API website in .NET8, which is the latest version of ASP.NET Core
ASP.NET Core Appsettings best practice for reading values (Injection vs Config Builder)
Seeing how settings is such an ordeal in .NET, I was wondering if there really is a best practice or preferred method for retrieving the values from appsettings.json
. Currently using .NET 8.