The previous chapter built the Core MVC Web Application project and the infrastructure necessary for the SpyStore MVC application and covered many of the Core MVC concepts. This chapter is almost entirely code based, but also covers the two newest features in Core MVC—Tag Helpers and View Components.
Note
This chapter picks up where the last chapter ended. ...