Blazor, Cache-busting tip for my CSS files
Cache-busting is a technique used to ensure that the user accesses the latest version of your files, be they JavaScript, style sheets (CSS) or images. …
.NET developer. 💜 Blazor

Cache-busting is a technique used to ensure that the user accesses the latest version of your files, be they JavaScript, style sheets (CSS) or images. …
In the same idea as a Custom Element, here is a small example to display a #Blazor component from Javascript from my WordPress
InputEmail and InputPassword for you forms and simplify the verification of fields in a #blazor application
How to customize the information of a Server disconnection to the user or how to automate the reconnection (blazor server)
Tip to use your .Resx translation files in a class
From your Blazor application, create your reports and export data to Excel either by creating a file natively or by using a Template.
Blazor offers a way to write C# code directly into a .Razor component. It’s very convenient though as many like to have the C# code …
If like me you have an application and you want to get feedback from your customers, then this article may interest you. When I logged …