0
How to create a web api in c#?
My teacher asked me to build an api to upload images to imagur in c#. But itâs the first time I build an api by myself. I donât know how to start it. Hope you greats can help me or offer some documents for me. Thanks very muchđ„°
1 RĂ©ponse
0
https://docs.microsoft.com/it-it/aspnet/core/tutorials/first-web-api?view=aspnetcore-3.0&tabs=visual-studio
Look for Microsoft documentations if you re gonna use c#, is their language after all.
If you are unfamiliar with asp net, remember just this:
- .net framework is only on Windows
- .net core is multi-platform