This repository contains the code for a number of articles and blog posts on my personal blog garywoodfine.com where I share tips, tricks and useful information that may be relevant to dotnet developers.
- How to use Cake with Rider
- Developing Api’s using Http Endpoints
- Implementing logging in .net core applications for logging, telemetry and your own sanity
- Implementing logging with Serilog
- How to create project templates in .net core
- How to run docker compose files in Rider
- How to use MediatR Pipeline Behaviours
- How to implement cross cutting concerns with MediatR Pipeline Behaviours
- How to use HttpClientFactory in dotnet
- How to manage secrets with dotnet user secrets
- How to use Azure Key Vault to manage secrets
- How to use Azure Blob Storage
- How to create a websocket server in dotnet