Chapter 18. Creating the Routes

In this chapter, we modify the Unleashed Blog application so that it supports retrieving archived blog entries. In other words, we modify the blog application so that it supports the user stories displayed in Figure 18.1.

Figure 18.1. User stories

image

We need to create a new Archive controller; however, because we practice test-driven development, we start with the tests.

We need to add two types of tests. First, we need to create tests that verify that the Archive ...

Get ASP.NET MVC Framework Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.