Evening.
I have to develop an api for an existing SQL Server 2017 database.
I need to use Microsoft Web API, and I would like to use Core 3.1 but I have read I have to use migrations and such, and i have been told not to build the api using migrations.
Would I be better using .Net Framework instead or is there a way to use Core without using migrations?
I hope that it's not too broad a question, but I really am struggling to make a decision so any feedback etc would be greatly appreciated.
carlson