With the introduction of Static Server Side Rendering in Blazor in the .NET 8 release, I started to struggle with the need for using MVC and then a JavaScript framework frontend. In this talk we will go over how easy it is to write a full fledged website using only C#/.NET technologies and not require a need to switch back and forth between programming languages. Don't get me wrong, there are still some times that I sprinkle javascript within my application, but it isn't requiring much.