Hello,
I have a C# project that needs an API to use in ASP.Net Core as follows
- Create a web API project.
- Add a model class and a database context.
- Scaffold a controller with CRUD methods.
- Configure routing, URL paths, and return values.
- Call the web API with Postman.
Thank you.