PreviousNext

Using Web API only on ASP.NET Core - Without MVC specific stuff

by bill-s, 2017-11-16T11:17:58.000Z

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.

Read More