January 2021
Intermediate to advanced
746 pages
18h 18m
English
In the previous chapter, we created a new WorldCities web application project and made a considerable effort to empower it with a DBMS-based data provider, built upon Entity Framework Core using the Code-First approach. Now that we have data persistence, we're ready to entrust our users with the ability to interact with our application; this means that we can implement some much-needed stuff, such as the following:
In this chapter, ...