EF Core Power Tools are simple enough to get going with the DB first approach in EF using the command line. The script should take about 20 seconds to execute and you’ll end up with the below tables which will be populated with dummy records. In this post I’ve just created a console app for simplicity.
Table of contents
Create a sample DBInstall EF Core Power Tools extension in Visual StudioCreate a new .NET 7 console appReverse Engineer DatabaseTurn on logging to to Debug windowRun a simple queryWe are done!Next things to possibly consider …You might also be interested in...Sort: