Using client technologies
In this section, we will implement a package search application for the WWTravelClub book use case. The first subsection explains how to set up the solution exploiting the domain layer and data layer of the MVC application we implemented in the previous section of this chapter.
Preparing the solution
We will modify the PackagesManagement
project both to save coding time and to show how to transform a solution based on server-side MVC technology into a solution based on the Blazor client-side technology.
First of all, create a copy of the PackagesManagement
solution folder we created in the previous section and rename it PackagesManagementBlazor
.
To open the solution, right-click on the web project (the one named PackagesManagement
) and remove it (the Remove
menu item). Then, go to the solution folder and delete the whole web project folder (the one named PackagesManagement
).
Now, right-click on the solution and select Add New Project...