I just started learning Blazor and I hit a speed bump right out of the gate.
I am trying to come up to speed on Blazor. I am following a tutorial on youtube. The tutorial has this image.
But when I am working with Visual Studio 2024 Community Version, I have this:
It is because things are completely different with Visual Studio Code?
Please advise.
Top comments (1)
The one above is probably from .Net 6 or before - there has been a subtle change with what goes into each file in .Net 8 - you'll probably find the code in the top part in the file Routes.Razor....