April 2017
Beginner
404 pages
9h 30m
English
We started developing Music Store as a monolithic application which were containerized and later componentized by adding a database layer and a caching layer in previous chapters. We will further breakdown the Music Store application by adding an API layer, which will be responsible for holding the business logic of the application. Music Store API is an ASP.NET Core Web API project which acts as a RESTful service layer for Music Store data and business logic. 3-layered architecture is very common among many enterprise applications. Music Store is one such sample with a web front-end built using the ASP.NET Core MVC project, which contains the HTML, CSS and some JavaScript files; a middle tier API layer, ...
Read now
Unlock full access