Testing the Data Provider

Before moving further, it’s time to perform a final test to check whether everything we did up to this point--ApplicationDbContext, Code-First Database Initialization, Data Migrations, Data Seed, and Data Mapping--is working as expected.

To do that, just launch the application in debug mode by pressing the F5 key. If everything has been implemented properly, you should be presented with a Home Page similar to this:

Although it doesn’t seem too different from what we already had by the end of Chapter 3, Frontend with Angular, we know that a lot of stuff changed under the hood. For example, our application is now equipped ...

Get ASP.NET Core 2 and Angular 5 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.