C
C#2y ago
kilyion

❔ 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
Angius
Angius2y ago
Assuming the standard way of doing that, you'd use Entity Framework Core
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.