Anatomy of a Blazor WebAssembly Application
Navigate the structure of the newly created Blazor WebAssembly application.
Let’s familiarize ourselves with the structure of the Blazor WebAssembly project. It will come in handy when we integrate the application with Auth0.
The solution structure
We built our Blazor WebAssembly application as an ASP.NET Core hosted application. For this reason, the application is implemented as a multi-project solution. In the following section, we can explore our Blazor WebAssembly’s folders and files.