Visualize model created with EntityFramework Core in ASP.NET Core app.
https://db-diagrams.firebaseapp.com/
1. Install the NuGet package
2. Use AddEfDiagrams() extension method in Configure() method of your Startup class to add middleware. Specify your DbContext type instead of...
More information
Visualize model created with EntityFramework Core in ASP.NET Core app.
https://db-diagrams.firebaseapp.com/
1. Install the NuGet package
2. Use AddEfDiagrams() extension method in Configure() method of your Startup class to add middleware. Specify your DbContext type instead of...
More information