Hello Everyone,
Hope everyone is doing good.
I am new to Web API and I am now working on MVC.
I want to perform CRUD operation in web API and call it through my MVC project
Both should be in different project
I want to create a web API in a separate project and call it in my MVC project
How should I achieve it?
Also, as I am new to web API, please if possible guide me with a practical demo
Thank you