- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Loading tenants from the database with SaasKit in ASP.NET Core
In this post I'll show how to add multi-tenancy to an ASP.NET Core application using the open source SaasKit, and store tenant mappings in a database.…

Adding EF Core and PostgreSQL to an ASP.NET Core project on OS X
In this post I describe how to add PostgreSQL and EF Core to your app, how to build a model, and run migrations to create your database.…

How to configure urls for Kestrel, WebListener and IIS express in ASP.NET Core
In this post I describe how to configure the URLs your application binds to when using Kestrel or the WebListener HTTP servers…

Getting started with StructureMap in ASP.NET Core
In this post I'll show how you can replace the default ASP.NET Core DI container with StructureMap, to give easy convention based configuration.…

Reloading strongly typed Options on file changes in ASP.NET Core RC2
This article discusses how to reload configuration values automatically when a configuration file changes. It then shows how to reload Options classes…

Creating a custom ConfigurationProvider in ASP.NET Core to parse YAML
ASP.NET Core ships with a new configuration system. In this post I show how to create a custom configuration provider to load YAML files.…

