Using MVC and Web API Controllers in ASP.NET Core

Those familiar with ASP.NET will know that before the advent of ASP.NET Core we had two frameworks – MVC and Web API. When you wanted to return data responses in a format such as JSON you’d use a Web API controller. To create a Web API controller in…