ASP.NET Core Web API Tutorial - Part 1
Before ASP.NET Web API core, the two-different framework MVC and Web API were pretty much similar. Both used to support Controller and action methods. In earlier version, the main purpose of Web API was to make REST API calls and there were view engine like Razor. On the other hand, MVC was designed for HTML… Read More »
