How would I add the ADO.NET Entity Data Model template to my WebApi project in Visual Studio for Mac?
How would I add the ADO.NET Entity Data Model template to my WebApi project in Visual Studio for Mac?
In Mac, to add a Data Model using the DataFirst technique you need to use the scaffold command.
https://www.learnentityframeworkcore.com/walkthroughs/existing-database
In the above blog, this process is explained neatly.