
InWeb
Blazor WebAssembly is a fantastic framework for building rich client-side applications, almost entirely in C#. However, it comes with a few subtle quirks that can catch us developers off guard. One of the less obvious quirks to be aware of surfaces when you need to validate or sanitise a filename specified by a user; something…

