In this chapter, we focused on building modern web frontends in the form of Angular 4, Ionic 3, ReactJS, JavaScript, and Jquery consuming the web API built during the previous chapters. An in-depth explanation of each of the web frontend frameworks is a book itself. We have focused more on consuming the web API; however, the source code will help you understand all the concepts better.
It's been a wonderful journey, from understanding the concepts of HTTP and REST, to getting started with the ASP.NET Core Web API and its anatomy, and learning in detail about controllers and actions, unit testing web API applications, building routes, and middleware.
We learned how ASP.NET Core integrates with the various databases using ORM, and then we performed optimization of our web API. We also looked at exception handling. We applied various security measures for our web API...