dotnet Act on a Task as soon as it's completed with Task.WhenEach Task.WhenEach allows us to act on a collection of tasks as they finish.
dotnet C# - Tips and Tricks 03 - Use static initialization Static initialization can help make your code a bit more readable and at the same time give you a performance boost, a win-win.
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.