Our first Controller

Now that we have a clear vision of the request/response flow and its main actors, we can start building something up. Let's start with the Welcome View, which is the first page that any user will see upon connecting to our Native Web App. This is something that in a standard web application would be called Home Page, but since we are following a single-page application approach, that name isn't appropriate. After all, we're not going to have more than one page.

In most wikis, the Welcome View/Home Page contains a brief text explaining the context/topic of the project and then one or more lists of items ordered and/or filtered in various ways, such as:

  • The last inserted ones (most recent first)
  • The most relevant/visited ones (most ...

Get ASP.NET Core: Cloud-ready, Enterprise Web Application Development 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.