Create and Call Web API in ASP.Net Core MVC

KatieNgoc
 
on May 01, 2022 11:20 PM
1044 Views

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.

Download FREE API for Word, Excel and PDF in ASP.Net: Download
dharmendr
 
on May 02, 2022 01:05 AM