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. …
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 …
As for my desktop application, I had to find a solution to create a copy function when drag-and-dropping while holding the CTRL key. In my …
A little trick that made me lose a lot of time but which turns out to be extremely simple; My initial goal was to open …
With the release of ASP.NET Core updates in .NET 5 Preview 8, two new services are available : ProtectedLocalStorage and ProtectedSessionStorage. Until now I was …
If, like me, you’re wondering how to give focus to an element of the DOM in your interface, don’t look any further, here is the …