I've created WEB api app(.NET CORE ASP), have issues to configure it for REST API calls, not sure how to configure with my database to call for GET and POST requests?
I've created WEB api app(.NET CORE ASP), have issues to configure it for REST API calls, not sure how to configure with my database to call for GET and POST requests?
Hi @LanceFaver-0840,
You can use EF Core, which can act as an object-relational mapper (O/RM) to help you deal with databases that use .NET objects.
You can click this link to learn how to use EF Core in api projects.
At the same time, you can click this link to learn Entity Framework Core.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
YihuiSun
8 people are following this question.