How to use dotnet ef dbcontext scaffold to create entity classes from an existing database

Setup and commands may vary depending on the OS you are using and what IDE you want to work in. I'm on a Windows 10 machine using Visual Studio Code so this tutorial will be using the cli tools and commands. I'm using the AdventureWorks database I restored to a docker container in the previous… Continue reading How to use dotnet ef dbcontext scaffold to create entity classes from an existing database