Unfortunately, this blog won’t be about how to get your hair cut during this COVID-19 pandemic, but it will be about one of my pet peeves, THINGS NOT LINING UP! Or you can say I have OCD. Whateva!
As I have been working a lot with Blazor recently, one of things I found annoying was how validation was styled in the default Blazor Server template. Here I show you how I fixed it.
Over the past few weeks, I’ve been working on updating an old app (or personal website rather) that I developed by rewriting it in ASP.NET Core Blazor. I must say, Blazor, has made my life much easier since everything can be written in C#, and I’ve had to use very little Javascript to implement the same features my old site had. (My old site was very reliant on Javascript and AJAX calls.) I did run into some issues though and wanted to share this quick tip for those trying to implement an upload feature.