postgres Streaming files to Postgres - dotnet core Storing files in a database without allocating like crazy? Let's see how we can stream files to Postgres with dotnet core and npgsql.
dotnet Migrate your database with Entity Framework Core using a separate application Migrate your database using a dedicated application that's responsible for migrating, seeding and clearing your database.
httpclient Testing your Polly policies Polly enables you to configure policies to handle different error scenarios when sending http requests. I show you how you can test these policies.
dotnet EF Core - Add a test to ensure that you don't forget to add new migrations Add a test that reminds you to create migrations (if you've forgotten).