
ASP.NET Core 5 for Beginners
By :

In the previous chapter, we learned what Blazor is all about and also learned about the different hosting models that the framework offers. We started building the backend application using the ASP.NET Core web API, EF Core, and SignalR. In this chapter, we will build the remaining pieces to complete our goal.
Here is a list of the main topics that will be covered in this chapter:
By the end of this chapter, you will have learned how to build a tourist spot application to learn Blazor in conjunction with various technologies with the aid of hands-on practical examples.
Technical requirements
This chapter follows on from the previous chapter, so before diving into this chapter, make sure that you've read Chapter 5, Getting Started with Blazor, and understand the goal of what we are going to achieve for building a sample application...