AspNetCore Basics
Introduction to Web API
API controllers In the post about controllers we looked at how the http requests map to action methods in controllers to generate responses in HTML or any other ViewResult compliant format. An API controller on the other hand simply let you get access to application data. The general structure resembles Read more…