I''m switching from MVC to Razor Pages and so far it's pretty easy. My only question is, is there a database-first approach where I can take an existing SQL Server database and generate a model automatically from it? When I try to add a new item, there doesn't appear to be a "Model" option anymore.
↧