ASP.NET Core Web API
Using Web API only on ASP.NET Core - Without MVC specific stuff
Web API vs MVC MVC and Web API have many things in common. Things like filters, attributes, controllers. Since MVC and Web API share so many things with ASP.NET Core we got these two unified into one framework.