❔ CRUD API ASP.Net
Does anyone has a good tutorial to create a restful API to do crud ops on a SQL Server ? Went to Microsoft Learn but wasn't this helpful
I managed to create the API and the different HTTP request (get, post, put, delete) but doesn't know or manage to create the connection between my SQL server db and my API
2 Replies