How to Build Enterprise .Net Core Web API 6
Initial Setup Applications Services CORS Under the Program.cs add the additional services for Cors: Serilog Under Manage NuGet packages, installed: Under the Program.cs add the additional services for Serilog: Under the appSettings.json, change to: EntityFramework Under Manage NuGet packages, installed: Under the appSettings.json, add to: Under the Program.cs add the additional services for Serilog: Create […]