TILT–CRUD API–part 5
It is true that usually you should not create CRUD API. In this case I was thinking that is faster just to have those already created and making the application later. More, the CRUD was created automatically – sgtarting from database.
Install the generator https://marketplace.visualstudio.com/items?itemName=ignatandrei.databasetocode in VS2022 , create a new solution
and then edit the connectionDetails.txt with the correct sql server name.
Tools used:
https://marketplace.visualstudio.com/items?itemName=ignatandrei.databasetocode
Visual Studio
Leave a Reply