ReadMe on TWC

How to Send Emails with ASP.NET Core using SMTP with MailKit
· Christian Schou Køster

How to use Azure Blob Storage in an ASP.NET Core Web API to list, upload, download, and delete files (.NET 6)
Learn how to make a simple ASP.NET Core Web API to make CRUD operations against an Azure Storage Container for interacting with Azure Blobs.
· Christian Schou Køster

What is a JSON Web Token (JWT) and why use them in conjunction with Web APIs?
· Christian Schou Køster

How to use FluentValidation in ASP.NET Core (.NET 6)
Learn how to implement FluentValidation in your ASP.NET Core (.NET 6) applications to build strongly-typed validation rules, the easy way.
· Christian Schou Køster

What is Docker? Docker beginner guide
Get started with Docker and learn how to create your first container running Nginx and serve your own webpage written in HTML. Docker is a very powerful tool to run applications without having to install a lot of dependencies.
· Christian Schou Køster

How to ping IP and port from Windows or Linux
· Christian Schou Køster

How to add Toast Notifications in an ASP.NET Core Web App (.NET 6)
· Christian Schou Køster

How to implement GraphQL in ASP.Net Core Web API (.NET 6) using HotChocolate
· Christian Schou Køster

How to make ASP.NET Core API Documentation using Swagger and ReDoc (.NET 6)
· Christian Schou Køster

How to scrape prices from competitor's e-commerce websites using Python
· Christian Schou Køster

Top 5 things to know about .NET 6
· Christian Schou Køster

What is Shared Responsibility when talking about Public Cloud?
· Christian Schou Køster

What are User Secrets and how to use them in ASP.NET Core?
· Christian Schou Køster

How to configure individual developer settings in .NET Core projects (.NET 6)
· Christian Schou Køster

How to add localization in ASP.NET Core Web APIs with Caching (.NET 6)
· Christian Schou Køster

How to produce documentation from source code with DocFX in .NET Core solutions
Implement DocFX in .NET Core to produce documentation from source code with this easy step-by-step guide + guide on how to add support for Mermaid diagrams.
· Christian Schou Køster

How to visualize .NET Core API usage with Prometheus and Grafana (.NET 6)
· Christian Schou Køster

My Top 17 Favorite GIT Commands for everyday use
· Christian Schou Køster

How to make a STOCK price scraper command-line application using Python and Web Scraping
· Christian Schou Køster

How To Build a Blazor Web App + In-depth theory about WASM and Razor (.NET 5)
· Christian Schou Køster

Agile vs DevOps - What is the difference?
· Christian Schou Køster

How to delete files and folders in a directory older than X days
Looking for a solution that can delete files and folders in a directory where the object is older than X days? Look no further - the solution is right here.
· Christian Schou Køster

How to use Dapper with ASP.NET Core and Repository Pattern
· Christian Schou Køster

How to log events on ASP.NET Core Web API with NLog (.NET 5.0)
· Christian Schou Køster

How to configure ASP.NET Core Web API .NET Core Service Configuration
· Christian Schou Køster

How to use Hangfire with ASP.NET Core 5.0 - Making Background Jobs Easy
· Christian Schou Køster