Build an Azure DevOps pipeline with .NET. Setup tutorial for ASP.NET Core CI/CD using YAML and publish to artifacts.
Learn about Microsoft Azure Devops, including it's pricing and how CI/CD Pipelines can be used to deploy a .NET application.
Create & implement a .NET custom logging provider with ILoggerProvider. Use ASP.NET Core, C# & ILogger to log to a SQL Server database.
Logging with ASP.NET Core. Use ILogger & ILoggerProvider to write a LogLevel log to a .NET logger provider using C#
Create a .NET 6 Worker Service in Visual Studio 2022 to run background tasks through hosted services, and run as a Windows Service
Learn the Blazor WebAssembly button onclick event. Use the Blazor Wasm parameter attribute to pass the event to another Razor component.
How to use ASP.NET Core FromBody & FromQuery in an API. Why FromBody is returning null & how to fix a 415 unsupported media type error.
Read the appsettings.json configuration into ASP.NET Core MVC. Parse the settings into a strongly typed class using the options pattern.
ASP.NET Core Application Not Working in IIS? We fix Interval Server Errors 500.19 & 500.21, plus 500.30 ANCM In-Process Start Failure
Looking at the LogLevel options and the Console logging provider in .NET Core. Creating our own logging provider to write log events to text files.