【发布时间】:2022-12-01 15:37:46
【问题描述】:
I'm new to Web API, Can I get any reference that fetching data from my local DB and can do POST / PUT operation to the External Endpoint using ASP.NET Core?
【问题讨论】:
-
Do the code in steps. First Get data from Database. Then do a request and put data into the Post. There is no GET Request to query a database. Do a search for reading a database. You did not specify the type of database you are using.
-
Could you share more details about this issue?
标签: c# .net rest asp.net-core asp.net-web-api