.NET Core Entity Framework quick Database first Scaffold

Hey, a quick tip for those dealing with .NET Core on Mac or Linux, even on Windows with Visual Studio code. The following snipped will help you generate the entire database as models for you to use. In your project or in the machine, make sure you have dotnet ef installed Open a Terminal/Console Navigate […]