Published onJune 13, 2024Local Database Provisioning Made Simple with Docker, EF Core and Bogusdotnetef-coredevexpowershelldockerbogusAs .NET Developers, managing databases via EF Core is a core task. In this article we're going to explore some ways to make this process easier and more repeatable. At the end we'll look at achieving all of this with a single command.
Published onSeptember 27, 2022Introduction to PowerShell ScriptingpowershellReference article covering: installation and setup, variables, parameters, inputs/outputs, arrays, hashtables, flow control, loops, functions, debugging, error handling, filtering, sorting, projecting, formatting, and the help system.