Create a Blazor Server Application
Learn to create a basic Blazor Server application.
We'll cover the following...
The application type
We’ll create an application based on the .NET project template provided with the .NET CLI and Visual Studio. Since we are focusing on the integration between Blazor applications and Auth0, we won’t require a complex application to understand the basics of this ...